Reorganize files into folders

This commit is contained in:
Vili Sinervä 2024-06-06 16:53:15 +03:00
parent 951d5641a0
commit d354c5d205
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
9 changed files with 6 additions and 6 deletions

View file

@ -58,8 +58,8 @@
imports = [ imports = [
../base.nix ../base.nix
../vili.nix ../users/vili.nix
../syncthing.nix ../services/syncthing.nix
../desktop.nix ../desktop.nix
../development.nix ../development.nix
../misc/libinput.nix ../misc/libinput.nix

View file

@ -4,7 +4,7 @@
imports = [ imports = [
../base.nix ../base.nix
../nextcloud.nix ../services/nextcloud.nix
]; ];
# HARDWARE SPECIFIC # HARDWARE SPECIFIC

View file

@ -5,8 +5,8 @@
imports = [ imports = [
../base.nix ../base.nix
../development.nix ../development.nix
../vili.nix ../users/vili.nix
../syncthing.nix ../services/syncthing.nix
]; ];
# HARDWARE SPECIFIC # HARDWARE SPECIFIC

View file

@ -4,7 +4,7 @@
imports = [ imports = [
../base.nix ../base.nix
../vaultwarden.nix ../services/vaultwarden.nix
]; ];
# HARDWARE SPECIFIC # HARDWARE SPECIFIC