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
|
./dunst.nix
|
||||||
./wofi.nix
|
./wofi.nix
|
||||||
./swaylock.nix
|
./swaylock.nix
|
||||||
|
./easyeffects.nix
|
||||||
./packages.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
|
obsidian
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
gh # github
|
gh # github
|
||||||
|
easyeffects
|
||||||
|
|
||||||
# For Hyprland hotkeys:
|
# For Hyprland hotkeys:
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue