nbna
This commit is contained in:
parent
9575c87a31
commit
001fdb3128
1
home/user/files/nwg-launchers/nwggird/terminal
Normal file
1
home/user/files/nwg-launchers/nwggird/terminal
Normal file
@ -0,0 +1 @@
|
|||||||
|
kitty
|
@ -15,7 +15,6 @@
|
|||||||
#rofi
|
#rofi
|
||||||
#rofi-rbw
|
#rofi-rbw
|
||||||
nwg-launchers
|
nwg-launchers
|
||||||
iconpack-obsidian # icon theme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionPath = [
|
sessionPath = [
|
||||||
@ -45,6 +44,9 @@
|
|||||||
# ranger
|
# ranger
|
||||||
".config/ranger/rc.conf".source = ./files/ranger-rc.conf;
|
".config/ranger/rc.conf".source = ./files/ranger-rc.conf;
|
||||||
|
|
||||||
|
# nwg
|
||||||
|
".config/nwg-launchers".source = ./files/nwg-launchers;
|
||||||
|
|
||||||
# Use flatseal to change permissions.
|
# Use flatseal to change permissions.
|
||||||
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
#".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;
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user