login stuff
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user