Miscellanious fixes

This commit is contained in:
Tomas Rivera
2026-04-13 17:10:11 +02:00
parent baaad664db
commit 15becae783
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -273,6 +273,9 @@
# enableSSHSupport = true; # enableSSHSupport = true;
# }; # };
# to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager
programs.dconf.enable = true;
# List services that you want to enable: # List services that you want to enable:
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
+1
View File
@@ -152,6 +152,7 @@
package = pkgs.gruvbox-gtk-theme; package = pkgs.gruvbox-gtk-theme;
}; };
}; };
# to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager
# ssh config # ssh config
+5
View File
@@ -8,6 +8,11 @@
sisyphe = ../../assets/sisyphe.gif; sisyphe = ../../assets/sisyphe.gif;
pepe-music = ../../assets/pepe-music.gif; pepe-music = ../../assets/pepe-music.gif;
in { in {
home.file.".local/state/caelestia/wallpaper/path.txt" = { # dummy file. Does nothing. Prevent an error
enable = true;
text = "${sisyphe}";
};
home.file.".face" = { home.file.".face" = {
# this is were caelestia will search for profiles pictures # this is were caelestia will search for profiles pictures
source = ../../assets/sisyphePFP.png; source = ../../assets/sisyphePFP.png;