update: misc

This commit is contained in:
FabricSoul 2025-08-12 12:33:39 -04:00
parent a28cc71ef2
commit 813906ee3f
4 changed files with 29 additions and 17 deletions

View file

@ -22,8 +22,8 @@
environment.systemPackages = with pkgs; [
vim
git
greetd.greetd
greetd.tuigreet
greetd
tuigreet
zsh
home-manager
findutils
@ -38,7 +38,7 @@
enable = true;
settings = {
default_session = {
command = "''${pkgs.greetd.tuigreet}/bin/tuigreet --time";
command = "''${pkgs.tuigreet}/bin/tuigreet --time";
user = "fabric";
};
};