system
This commit is contained in:
parent
231cb21334
commit
c8f7273dd0
5 changed files with 33 additions and 20 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue