summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
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;
}