From bb6458650aa39b0465cf24fae1894bfc74a59446 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 18 Aug 2025 18:52:22 -0400 Subject: add hyprland binds --- home.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 48110ab..1de8ded 100644 --- a/home.nix +++ b/home.nix @@ -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; } -- cgit v1.3.1