Skip to content

Commit ce7b596

Browse files
committed
Merge branch 'main' of github.com:MLFlexer/.dotfiles
2 parents 4d451e7 + 3438fba commit ce7b596

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

home-manager/modules/configs/gnome/gnome.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
1+
{ lib, config, ... }:
2+
let wallpaper = builtins.toString (./img/background.png);
53
in {
64
options = { gnome.enable = lib.mkEnableOption "Enables Gnome config"; };
75

home-manager/modules/configs/zsh.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ in {
1010
};
1111

1212
programs.zoxide.enable = true;
13+
programs.carapace.enable = true;
1314

1415
programs.zsh = {
1516
enable = true;

0 commit comments

Comments
 (0)