aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/system/core.nix
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-27 18:27:52 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-27 18:27:52 -0500
commitf7229cd87555011865a1bfbed9e36230d63d891e (patch)
tree048a80d3497b6a96a6c9f9be3957639fb2814593 /nixos/.flake/system/core.nix
parenta9ce5f278243198310577165bb593a9eededad6c (diff)
move nixos to org
Diffstat (limited to 'nixos/.flake/system/core.nix')
-rw-r--r--nixos/.flake/system/core.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/nixos/.flake/system/core.nix b/nixos/.flake/system/core.nix
deleted file mode 100644
index b15a520..0000000
--- a/nixos/.flake/system/core.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-# Edit this configuration file to define what should be installed on
-# your system. Help is available in the configuration.nix(5) man page, on
-# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
-
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- ./boot.nix
- ./desktop.nix
- ./hardware-configuration.nix
- ./locale.nix
- ./network.nix
- ./users.nix
- ];
-
- nix.settings.experimental-features = [ "nix-command" "flakes" ];
-
- system.stateVersion = "24.05";
-}