diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-18 19:17:30 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-18 19:17:30 -0400 |
| commit | f0c9f39bd7a23927176fad4105dfa307ef82ef64 (patch) | |
| tree | 84cd693fe7994d7853b053a93ad80f672fe30846 /home.nix | |
| parent | add hyprland binds (diff) | |
| download | nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.tar.gz nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.tar.bz2 nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.zip | |
smart gaps
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 33 |
1 files changed, 16 insertions, 17 deletions
@@ -44,9 +44,8 @@ inter prismlauncher nixfmt-rfc-style - zip - unzip p7zip + github-desktop # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the @@ -130,21 +129,21 @@ userEmail = "admonty1@protonmail.com"; }; -programs.keepassxc = { - enable = true; -# settings = { -# Browser = { -# Enabled = true; -# UseCustomBrowser = true; -# CustomBrowserType = 1; -# -#}; -# GUI = { -# ShowTrayIcon = true; -# ApplicationTheme = "dark"; -# }; -# }; -}; + programs.keepassxc = { + enable = true; + # settings = { + # Browser = { + # Enabled = true; + # UseCustomBrowser = true; + # CustomBrowserType = 1; + # + #}; + # GUI = { + # ShowTrayIcon = true; + # ApplicationTheme = "dark"; + # }; + # }; + }; # Let Home Manager install and manage itself. programs.home-manager.enable = true; |
