task | add book (i7 Pixelbook 2017)
This commit is contained in:
parent
80f8742047
commit
dff859860f
6 changed files with 440 additions and 0 deletions
26
hosts/book/default.nix
Normal file
26
hosts/book/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||
./hardware-configuration.nix
|
||||
# ../disko/mmcblk.nix
|
||||
../workstation
|
||||
../workstation/kvm.nix
|
||||
../workstation/games
|
||||
../wm
|
||||
../../home/work
|
||||
];
|
||||
networking.hostName = "book";
|
||||
|
||||
roles = {
|
||||
citrix.enable = false;
|
||||
zoom.enable = true;
|
||||
gui.enable = true;
|
||||
kvm.enable = false;
|
||||
games.enable = false;
|
||||
};
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
kde.enable = false;
|
||||
# cosmic.enable = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue