summaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /system/default.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
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";
-}