1

Restructure Directories

This commit is contained in:
2022-06-29 19:22:33 +02:00
parent dca64feb9d
commit 6a8d524cf2
7 changed files with 35 additions and 6 deletions

View File

@ -42,7 +42,7 @@
system = "x86_64-linux";
# >> Main NixOS configuration file <<
modules = [ ./configuration.nix ];
modules = [ ./nixos/configuration.nix ];
# Make our inputs available to the config (for importing modules)
specialArgs = { inherit inputs; };
@ -60,7 +60,7 @@
modules = [
# >> Main HomeManager configuration file <<
./home.nix
./home/home.nix
{
home = rec {
username = "christoph";