mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-21 19:52:31 -05:00
Add packages with enablers
This commit is contained in:
parent
b1a0574ed1
commit
d430ad5cd8
3 changed files with 102 additions and 37 deletions
|
|
@ -1,15 +1,7 @@
|
|||
{ lib, config, pkgs, ...}: {
|
||||
users.users.crow = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "changeme";
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
|
||||
home-manager.users.crow = {
|
||||
home.username = "crow";
|
||||
home.homeDirectory = "/home/crow";
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue