From ebca4ea0f3c9dad986cf9963fdebcaeb003725fc Mon Sep 17 00:00:00 2001 From: sils Date: Wed, 7 Dec 2022 16:57:03 +0100 Subject: move to /etc/nixos --- configuration.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configuration.nix (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix new file mode 100644 index 0000000..eac33b7 --- /dev/null +++ b/configuration.nix @@ -0,0 +1,18 @@ +{ config, pkgs, ... }: + +{ + imports = + [ + ./hardware-configuration.nix + ./env.nix + ./packages.nix + ./bootloader.nix + ./plasma.nix + ./networking.nix + ./users.nix + ./sound.nix + ./cups.nix + ./args.nix + ]; + system.stateVersion = "23.05"; +} -- cgit 1.4.1