summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-18 19:17:30 -0400
committerAndrew <admonty1@protonmail.com>2025-08-18 19:17:30 -0400
commitf0c9f39bd7a23927176fad4105dfa307ef82ef64 (patch)
tree84cd693fe7994d7853b053a93ad80f672fe30846 /home.nix
parentadd hyprland binds (diff)
downloadnixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.tar.gz
nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.tar.bz2
nixos-f0c9f39bd7a23927176fad4105dfa307ef82ef64.zip
smart gaps
Diffstat (limited to '')
-rw-r--r--home.nix33
1 files changed, 16 insertions, 17 deletions
diff --git a/home.nix b/home.nix
index 1de8ded..615f593 100644
--- a/home.nix
+++ b/home.nix
@@ -44,9 +44,8 @@
inter
prismlauncher
nixfmt-rfc-style
- zip
- unzip
p7zip
+ github-desktop
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
@@ -130,21 +129,21 @@
userEmail = "admonty1@protonmail.com";
};
-programs.keepassxc = {
- enable = true;
-# settings = {
-# Browser = {
-# Enabled = true;
-# UseCustomBrowser = true;
-# CustomBrowserType = 1;
-#
-#};
-# GUI = {
-# ShowTrayIcon = true;
-# ApplicationTheme = "dark";
-# };
-# };
-};
+ 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;