mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
add a basic config for the work laptop
This commit is contained in:
parent
3e41049842
commit
386ef56eb9
1 changed files with 19 additions and 0 deletions
19
hosts/Parzival-Work/default.nix
Normal file
19
hosts/Parzival-Work/default.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{lib, config, pkgs, ...}:{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
networking.hostName = "Parzival-Work";
|
||||
|
||||
user.crow.enable = true;
|
||||
|
||||
desktop.sway.enable = true;
|
||||
desktop.i3.enable = true;
|
||||
|
||||
module.gui.enable = true;
|
||||
module.programming.enable = true;
|
||||
module.wayland.enable = true;
|
||||
module.x11.enable = true;
|
||||
module.mudding.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue