summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--core.nix (renamed from configuration.nix)6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..40c7108
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+configuration.nix
diff --git a/configuration.nix b/core.nix
index 7bd3fde..7c71927 100644
--- a/configuration.nix
+++ b/core.nix
@@ -5,12 +5,6 @@
{ config, pkgs, ... }:
{
- imports = [
- ./hardware-configuration.nix
- ./pc_t14.nix
- ./desktop.nix
- ];
-
boot = {
tmpOnTmpfs = true;
supportedFilesystems = [ "ntfs" ];