update
This commit is contained in:
parent
b7f67c6223
commit
db13d109f9
8 changed files with 46 additions and 50 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -35,6 +35,6 @@
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableScDaemon = false;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue