split manwe config (WARNING split is done opposite to main branch)

This commit is contained in:
Chris Kruining 2025-07-28 14:33:04 +02:00
parent a3af30e93c
commit 72b0f6f8fa
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
7 changed files with 89 additions and 14 deletions

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