This commit is contained in:
Noa Aarts 2025-03-30 13:16:54 +02:00
parent 277729fcf2
commit 7844db105d
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -51,12 +51,15 @@ in
];
home = {
file = {
file =
{
# makes yubikey stuff work
".gnupg/scdaemon.conf".text = "disable-ccid";
# I don't want the directory directly in home, even though I only go to it via the symlink
"programming".source =
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
}
// lib.mkDefault {
".gtkrc-2.0".force = true;
};
# haha, now I can set my home folder like this
@ -358,7 +361,8 @@ in
# same here
gtk = {
enable = enableGraphical;
gtk2.extraConfig = ''
gtk2 = {
extraConfig = ''
gtk-enable-animations=1
gtk-primary-button-warps-slider=1
gtk-toolbar-style=3
@ -367,6 +371,8 @@ in
gtk-sound-theme-name="ocean"
gtk-font-name="Noto Sans, 10"
'';
configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
};
theme = {
name = "Adwaita-dark";
package = pkgs.gnome-themes-extra;