summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-18 18:52:22 -0400
committerAndrew <admonty1@protonmail.com>2025-08-18 18:52:22 -0400
commitbb6458650aa39b0465cf24fae1894bfc74a59446 (patch)
treee27468126500b0e848c7b100db50b9530f7cc26b /home.nix
parentadd archive managers (diff)
downloadnixos-bb6458650aa39b0465cf24fae1894bfc74a59446.tar.gz
nixos-bb6458650aa39b0465cf24fae1894bfc74a59446.tar.bz2
nixos-bb6458650aa39b0465cf24fae1894bfc74a59446.zip
add hyprland binds
Diffstat (limited to '')
-rw-r--r--home.nix18
1 files changed, 17 insertions, 1 deletions
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;
}