diff options
Diffstat (limited to '')
| -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; } |
