feat: add easyeffects
This commit is contained in:
parent
6747ddd9c9
commit
51322327b8
3 changed files with 10 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
./dunst.nix
|
||||
./wofi.nix
|
||||
./swaylock.nix
|
||||
./easyeffects.nix
|
||||
./packages.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
8
home/easyeffects.nix
Normal file
8
home/easyeffects.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ services, ... }:
|
||||
{
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
|
||||
preset = "Gracefu's Edits";
|
||||
};
|
||||
}
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
obsidian
|
||||
polkit_gnome
|
||||
gh # github
|
||||
easyeffects
|
||||
|
||||
# For Hyprland hotkeys:
|
||||
brightnessctl
|
||||
|
|
|
|||
Loading…
Reference in a new issue