Move some (all) files around
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user