refactored system
This commit is contained in:
parent
6a62e2f23f
commit
386d889455
55 changed files with 336 additions and 580 deletions
18
hosts/nova/default.nix
Normal file
18
hosts/nova/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "nova";
|
||||
|
||||
imports = [
|
||||
./hardware.nix
|
||||
../users/alt.nix
|
||||
../users/guest.nix
|
||||
../system
|
||||
../system/desktop
|
||||
../system/desktop/gnome.nix
|
||||
# ../system/desktop/cast.nix
|
||||
../system/desktop/ergodox.nix
|
||||
../system/desktop/steam.nix
|
||||
../system/desktop/yubikey.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue