summaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/default.nix b/system/default.nix
deleted file mode 100644
index bbeb009..0000000
--- a/system/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{...}: {
- imports = [
- ./nix.nix
- ./boot.nix
- ./audio.nix
- ./bluetooth.nix
- ./graphics.nix
- ./networking.nix
- ./packages.nix
- ./programs.nix
- ./services.nix
- ./users.nix
- ./encryption.nix
- ./virtualisation.nix
- # Desktop and stylix are now configured per-rice in home/rices/*/system.nix
- ];
-
- system.stateVersion = "25.11";
-}