From 15becae78313bd92370928a9fc10f9026c078e05 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:10:11 +0200 Subject: [PATCH] Miscellanious fixes --- hosts/laptop/configuration.nix | 3 +++ hosts/laptop/home.nix | 1 + modules/home-manager/caelestia.nix | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 66d0c5b..89c7336 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -273,6 +273,9 @@ # 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: # Enable the OpenSSH daemon. diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index d7db096..a141748 100755 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -152,6 +152,7 @@ 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 diff --git a/modules/home-manager/caelestia.nix b/modules/home-manager/caelestia.nix index 1c79c98..30409f5 100644 --- a/modules/home-manager/caelestia.nix +++ b/modules/home-manager/caelestia.nix @@ -8,6 +8,11 @@ sisyphe = ../../assets/sisyphe.gif; pepe-music = ../../assets/pepe-music.gif; in { + home.file.".local/state/caelestia/wallpaper/path.txt" = { # dummy file. Does nothing. Prevent an error + enable = true; + text = "${sisyphe}"; + + }; home.file.".face" = { # this is were caelestia will search for profiles pictures source = ../../assets/sisyphePFP.png;