split manwe config (WARNING split is done opposite to main branch)
This commit is contained in:
parent
7ae7ae6b47
commit
a99300a295
7 changed files with 89 additions and 14 deletions
26
systems/x86_64-linux/mandos/default.nix
Normal file
26
systems/x86_64-linux/mandos/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
{ ... }:
|
||||
let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./disks.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
sneeuwvlok = {
|
||||
hardware.has = {
|
||||
gpu.nvidia = true;
|
||||
bluetooth = true;
|
||||
audio = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
quiet = true;
|
||||
animated = true;
|
||||
};
|
||||
|
||||
desktop.use = "gamescope";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue