add a basic config for the work laptop

This commit is contained in:
TheWanderingCrow 2024-11-18 10:15:46 -05:00
parent 3e41049842
commit 386ef56eb9

View 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;
}