Refactor directory structure

This commit is contained in:
2025-09-11 10:53:36 -04:00
parent 7ed720ce5f
commit e426d6a801
3 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
{ {
imports = imports =
[ [
./shares.nix ../shares.nix
./sops.nix ../sops.nix
./services.nix ../services.nix
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];

View File

@@ -8,7 +8,7 @@
imports = imports =
[ [
./configuration-common.nix ./configuration-common.nix
./laptop.nix ../laptop.nix
]; ];
# Bootloader. # Bootloader.
boot = { boot = {