1
0

patch: properly configure screen configuration

(post `greetd` introduction)
This commit is contained in:
2025-12-19 16:15:27 +01:00
parent 049c916f46
commit 7acae9b431
3 changed files with 20 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ let
neovim = pkgs.callPackage ./pkgs/neovim/default.nix { };
fish = pkgs.callPackage ./pkgs/fish/default.nix { };
env = import ./.env.nix;
env = import ./.env.nix { inherit pkgs; };
home = /home/anton;
in