This commit is contained in:
Spectre 2024-06-07 01:29:44 +02:00
parent 231cb21334
commit c8f7273dd0
5 changed files with 33 additions and 20 deletions

View file

@ -1,15 +1,15 @@
{...}: {
import = [
"./audio.nix"
"./boot.nix"
"./env.nix"
"./networking.nix"
"./persistence.nix"
"./bluetooth.nix"
"./btrfs.nix"
"./fonts.nix"
"./nix.nix"
"./steam.nix"
imports = [
./audio.nix
./boot.nix
./env.nix
./networking.nix
# ./persistence.nix
./bluetooth.nix
./btrfs.nix
./fonts.nix
# ./nix.nix
# ./steam.nix
];
system.stateVersion = "24.11";