This commit is contained in:
2024-10-10 00:35:46 -04:00
parent 7ba187dff3
commit 3c08138ccc
6 changed files with 42 additions and 42 deletions

View File

@@ -13,22 +13,22 @@
intel-gpu-tools
swaylock
#manage bluetooth devices
# manage bluetooth devices
blueman
niri
];
#bluetooth manager
# bluetooth manager
services.blueman-applet.enable = true;
#notification daemon
# notification daemon
services.dunst = {
enable = true;
package = pkgs.dunst;
};
#window manager
# window manager
programs.niri = {
settings = import ./progs/niri.nix { inherit config pkgs homeDirectory; };
};
@@ -38,10 +38,10 @@
settings = import ./progs/swaylock.nix;
};
#waybar for status bar
# waybar for status bar
programs.waybar = import ./progs/waybar.nix { inherit pkgs; };
#rofi for application launcher
# rofi for application launcher
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
@@ -56,7 +56,7 @@
path = "${homeDirectory}/.secrets/borg_bak_pass";
};
#backup utility
# backup utility
programs.borgmatic = {
enable = true;
package = pkgs.borgmatic;