This commit is contained in:
Sense T 2023-06-28 06:33:52 +08:00
parent 9575c87a31
commit 001fdb3128
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1 @@
kitty

View File

@ -15,7 +15,6 @@
#rofi
#rofi-rbw
nwg-launchers
iconpack-obsidian # icon theme
];
sessionPath = [
@ -45,6 +44,9 @@
# ranger
".config/ranger/rc.conf".source = ./files/ranger-rc.conf;
# nwg
".config/nwg-launchers".source = ./files/nwg-launchers;
# Use flatseal to change permissions.
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
@ -54,5 +56,13 @@
filesystems=/run/current-system/sw/share/X11/fonts:ro;/nix/store:ro;~/.icons;
'';
};
gtk = {
enable = true;
iconTheme = {
package = pkgs.iconpack-obsidian; # icon theme
name = "Obsidian";
};
};
};
}