I ffing give up for today...

This commit is contained in:
Chris Kruining 2025-07-30 22:58:39 +02:00
parent ca645515a8
commit 41acda91f4
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
22 changed files with 253 additions and 75 deletions

View file

@ -17,6 +17,14 @@
};
desktop.use = "gamescope";
application = {
steam.enable = true;
};
editor = {
nano.enable = true;
};
};
system.stateVersion = "23.11";

View file

@ -18,6 +18,16 @@
};
desktop.use = "plasma";
application = {
steam.enable = true;
thunderbird.enable = true;
studio.enable = true;
};
editor = {
nano.enable = true;
};
};
system.stateVersion = "23.11";

View file

@ -1,6 +1,4 @@
{ ... }:
let
in
{
imports = [
./disks.nix
@ -12,7 +10,15 @@ in
bluetooth = true;
audio = true;
};
application = {
steam.enable = true;
};
editor = {
nano.enable = true;
};
};
system.stateVersion = "23.11";
}
}

View file

@ -18,6 +18,14 @@
};
desktop.use = "gamescope";
application = {
steam.enable = true;
};
editor = {
nano.enable = true;
};
};
system.stateVersion = "23.11";

View file

@ -1,6 +1,4 @@
{ ... }:
let
in
{
imports = [
./disks.nix
@ -12,7 +10,11 @@ in
networking.ssh.enable = true;
media.enable = true;
};
editor = {
nano.enable = true;
};
};
system.stateVersion = "23.11";
}
}