diff --git a/assets/a_forest_of_trees_with_fog.jpg b/assets/a_forest_of_trees_with_fog.jpg new file mode 100644 index 0000000..d4ca004 Binary files /dev/null and b/assets/a_forest_of_trees_with_fog.jpg differ diff --git a/configuration.nix b/configuration.nix index 9dbe7ad..fd8b947 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,7 +65,6 @@ ranger git home-manager - pinentry-curses waybar mako @@ -94,7 +93,7 @@ services.pcscd.enable = true; programs.gnupg.agent = { enable = true; - pinentryPackage = "gnome3"; + pinentryPackage = pkgs.pinentry-gnome3; enableSSHSupport = true; }; programs.seahorse.enable = true; diff --git a/sddm-theme.nix b/sddm-theme.nix index 2614ace..823c3dc 100644 --- a/sddm-theme.nix +++ b/sddm-theme.nix @@ -1,11 +1,6 @@ { pkgs }: let - imgLink = "https://github.com/dharmx/walls/blob/main/nature/forrest-cavale-qfmd9bu7IgA-unsplash.jpg?raw=true"; - - image = pkgs.fetchurl { - url = imgLink; - sha256 = "sha256-tyXg61N94KxGTmcY5nyZ2bE7AyDZsnYd5jMO5/j2jgo="; - }; + image = ./assets/a_forest_of_trees_with_fog.jpg; in pkgs.stdenv.mkDerivation { name = "sddm-theme";