mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:56:11 +01:00
dwm apps expansion
This commit is contained in:
@@ -130,7 +130,7 @@ flameshot &
|
||||
# status bar
|
||||
bash bar.sh & disown
|
||||
|
||||
# dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
|
||||
# . /etc/X11/Xsession
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
./rofi.nix
|
||||
./flameshot.nix
|
||||
./betterlockscreen.nix
|
||||
./easyeffects.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
5
home-manager/features/desktop/dwm/easyeffects.nix
Normal file
5
home-manager/features/desktop/dwm/easyeffects.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user