Move some (all) files around

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-08 20:01:55 +03:00
parent 9dfbe1203d
commit 7ab40e3493
103 changed files with 202 additions and 217 deletions

View File

@@ -1,9 +1,34 @@
{
imports = [
../common
(import ../../users/nick { autologin = true; })
../common/system/configs/boot
../common/system/configs/system
../common/system/configs/nix
../common/system/configs/persist
../common/system/configs/sops
../common/system/configs/users
../common/system/configs/getty
../common/system/configs/plymouth
../common/system/configs/networking
../common/system/configs/bluetooth
../common/system/configs/brightnessctl
../common/system/configs/pipewire
../common/system/configs/zsh
../common/system/configs/neovim
../common/system/configs/tmux
../common/system/configs/ssh
../common/system/configs/nix-ld
../common/system/configs/git
../common/system/configs/gpg-agent
../common/system/configs/tree
../common/system/configs/ranger
../common/system/configs/btop
../common/system/configs/fastfetch
../common/system/scripts/cleanup
./nick.nix
];
sops.defaultSopsFile = ./secrets/secrets.yaml;
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Athens";
sops.defaultSopsFile = ./secrets/secrets.yaml;
}