mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Whoops we put core in the wrong place
This commit is contained in:
parent
f3ad2e7d25
commit
7cf8e51d95
1 changed files with 0 additions and 0 deletions
18
modules/core.nix
Normal file
18
modules/core.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
system.stateVersion = "24.05";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
wget
|
||||
git
|
||||
screen
|
||||
curl
|
||||
firefox
|
||||
];
|
||||
|
||||
users.users.crow = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networking" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue