diff options
Diffstat (limited to 'home/rices/finals/home.nix')
| -rw-r--r-- | home/rices/finals/home.nix | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/home/rices/finals/home.nix b/home/rices/finals/home.nix new file mode 100644 index 0000000..253431a --- /dev/null +++ b/home/rices/finals/home.nix @@ -0,0 +1,23 @@ +{pkgs, ...}: { + imports = [ + ./terminal.nix + ./notifications.nix + ./fuzzel.nix + ./swayidle.nix + ./niri.nix + ./stylix.nix + ]; + + programs.swaylock.enable = true; + services.network-manager-applet.enable = true; + + home.packages = with pkgs; [ + hyprpicker + xwayland-satellite + ]; + + services.gpg-agent = { + enable = true; + enableSshSupport = true; + }; +} |
