This commit is contained in:
Daniel Lundin 2025-05-25 19:31:33 +02:00
parent b7f67c6223
commit db13d109f9
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
8 changed files with 46 additions and 50 deletions

View file

@ -10,17 +10,11 @@
oled.enable = true;
};
dconf.settings = {
"org/gnome/shell" = {
enabled-extensions = [ "Battery-Health-Charging@maniacx.github.com" ];
};
};
home.packages = with pkgs; [ ];
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
pinentry.package = pkgs.pinentry-curses;
};
}

View file

@ -14,8 +14,8 @@ in
homeDirectory = "/home/dln";
packages = with pkgs; [
asciinema
openconnect
ouch
toolbox
];
};
@ -61,7 +61,6 @@ in
git = {
push-bookmark-prefix = "dln/push-";
subprocess = true;
};
ui = {

View file

@ -35,6 +35,6 @@
services.gpg-agent = {
enable = true;
enableScDaemon = false;
pinentryPackage = pkgs.pinentry-curses;
pinentry.package = pkgs.pinentry-curses;
};
}