aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.nix')
-rwxr-xr-xconfiguration.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/configuration.nix b/configuration.nix
deleted file mode 100755
index 3b4ea62..0000000
--- a/configuration.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- ./hardware-configuration.nix
- ./modules/nixos/base/default.nix
-
- # === Environment Choice ===
- # Uncomment one of the following to select your environment:
- ./modules/nixos/des/i3wm.nix
- #./modules/nixos/des/gnome.nix
- ];
-}
-
-