added the nemo file explorer and papirus nord icon theme
This commit is contained in:
@@ -14,6 +14,12 @@
|
|||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
iconTheme = {
|
||||||
|
name = "Papirus-Dark";
|
||||||
|
package = pkgs.papirus-nord.override {
|
||||||
|
accent = "frostblue4";
|
||||||
|
};
|
||||||
|
};
|
||||||
#cursorTheme = {
|
#cursorTheme = {
|
||||||
# name = "Bibata-Modern-Ice";
|
# name = "Bibata-Modern-Ice";
|
||||||
# package = pkgs.bibata-cursors;
|
# package = pkgs.bibata-cursors;
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ in
|
|||||||
"super, q, exec, kitty --title Kitty"
|
"super, q, exec, kitty --title Kitty"
|
||||||
"super, d, exec, switchmon"
|
"super, d, exec, switchmon"
|
||||||
"super, c, killactive,"
|
"super, c, killactive,"
|
||||||
|
"super, e, exec, nemo"
|
||||||
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
||||||
"super shift, q, exit,"
|
"super shift, q, exit,"
|
||||||
"super, m, exec, fuzzel"
|
"super, m, exec, fuzzel"
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ in {
|
|||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
chafa
|
chafa
|
||||||
|
nemo
|
||||||
flavours
|
flavours
|
||||||
ags
|
ags
|
||||||
sassc
|
sassc
|
||||||
|
|||||||
Reference in New Issue
Block a user