diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-18 18:52:22 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-18 18:52:22 -0400 |
| commit | bb6458650aa39b0465cf24fae1894bfc74a59446 (patch) | |
| tree | e27468126500b0e848c7b100db50b9530f7cc26b /home.nix | |
| parent | add archive managers (diff) | |
| download | nixos-bb6458650aa39b0465cf24fae1894bfc74a59446.tar.gz nixos-bb6458650aa39b0465cf24fae1894bfc74a59446.tar.bz2 nixos-bb6458650aa39b0465cf24fae1894bfc74a59446.zip | |
add hyprland binds
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -7,7 +7,7 @@ { imports = [ ./sh.nix - ./hyprland.nix + ./hyprland/hyprland.nix ./ghostty.nix ./obsidian.nix ./fastfetch.nix @@ -130,6 +130,22 @@ userEmail = "admonty1@protonmail.com"; }; +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; } |
