diff --git a/home/modules/niri.nix b/home/modules/niri.nix index b450afe..8f27fc6 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -30,6 +30,7 @@ settings = { spawn-at-startup = [ {command = ["waybar"];} + {command = ["swaybg" ../../assets/gruvbox_wallpaper.png]} ]; input = { diff --git a/home/modules/shell/shell.nix b/home/modules/shell/shell.nix index e920a24..7cc1aff 100644 --- a/home/modules/shell/shell.nix +++ b/home/modules/shell/shell.nix @@ -40,8 +40,6 @@ }; shellAliases = { - system = "^$env.EDITOR /home/maxag/.nix-config/flake.nix"; - home = "^$env.EDITOR /home/maxag/.nix-config/home/${device-name}/home.nix"; cat = "bat -p -P"; nix-shell = "nix-shell --run nu"; garbage = " sudo nix-collect-garbage --delete-old";