login stuff

This commit is contained in:
John Lancaster
2026-06-14 08:26:13 -05:00
parent ecb640fa45
commit aff608c1ce
2 changed files with 7 additions and 0 deletions
@@ -76,6 +76,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget wget
git
micro micro
nh nh
]; ];
+6
View File
@@ -4,5 +4,11 @@
self.modules.nixos.omen self.modules.nixos.omen
self.modules.nixos.john self.modules.nixos.john
]; ];
programs.niri.enable = true;
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
};
}; };
} }