some more cleanup and started crafting new prompt

This commit is contained in:
twoneis 2025-03-09 18:37:02 +01:00
parent 2f24f85e44
commit 25d02e5d3a
5 changed files with 35 additions and 20 deletions

View file

@ -15,10 +15,7 @@ in
services.greetd = {
enable = true;
settings = import ./greetd.nix {
config = config;
pkgs = pkgs;
};
settings = import ./greetd.nix pkgs config;
};
programs.niri = {