This commit is contained in:
2024-11-24 13:19:18 -05:00
parent b4106472e3
commit 555a049637
7 changed files with 82 additions and 71 deletions

View File

@@ -28,6 +28,8 @@
# used by /etc/nixos logic to launch niri
config.programs.niri.package
xwayland-satellite-unstable
];
services.blueman-applet.enable = true;
@@ -49,16 +51,6 @@
package = pkgs.dunst;
};
# rofi for application launcher
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
extraConfig = {
modi = "window,drun,ssh,combi";
combi-modi = "window,drun,ssh";
};
};
age.secrets.borg-laptop-password = {
file = ./secrets/borg-laptop-password.age;
path = "${homeDirectory}/.secrets/borg_bak_pass";