We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d451e7 + 3438fba commit ce7b596Copy full SHA for ce7b596
home-manager/modules/configs/gnome/gnome.nix
@@ -1,7 +1,5 @@
1
-{ lib, config, inputs, ... }:
2
-let
3
- wallpaper = builtins.toString inputs.self
4
- + "/home-manager/modules/configs/gnome/img/background.png";
+{ lib, config, ... }:
+let wallpaper = builtins.toString (./img/background.png);
5
in {
6
options = { gnome.enable = lib.mkEnableOption "Enables Gnome config"; };
7
home-manager/modules/configs/zsh.nix
@@ -10,6 +10,7 @@ in {
10
};
11
12
programs.zoxide.enable = true;
13
+ programs.carapace.enable = true;
14
15
programs.zsh = {
16
enable = true;
0 commit comments