diff --git a/default_wallpaper.png b/default_wallpaper.png new file mode 100644 index 0000000..8306f79 Binary files /dev/null and b/default_wallpaper.png differ diff --git a/home/default.nix b/home/default.nix index 832feb2..65e7d38 100644 --- a/home/default.nix +++ b/home/default.nix @@ -4,6 +4,9 @@ imports = [ ./packages.nix ./programs.nix + ./hooks.nix + ./impermanence.nix + ./services.nix ]; home = { username = "chris"; diff --git a/home/hooks.nix b/home/hooks.nix index f2d39ec..2914ab1 100644 --- a/home/hooks.nix +++ b/home/hooks.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { - activation = { + home.activation = { setupDotfiles = lib.hm.dag.entryAfter ["writeBoundary"] '' if [[ -v DRY_RUN ]]; then echo "Dry run: Would bootstrap dotfiles from labs.scarif.space" @@ -64,13 +64,13 @@ DEST_FILE="$HOME/.config/Nextcloud/nextcloud.cfg" if [ ! -f "$DEST_FILE" ]; then - cp "${./initial-configs/nextcloud.cfg}" "$DEST_FILE" + cp "${../initial-configs/nextcloud.cfg}" "$DEST_FILE" fi DEST_FILE="$HOME/.config/sinew.in/Enpass.conf" if [ ! -f "$DEST_FILE" ]; then - cp "${./initial-configs/Enpass.conf}" "$DEST_FILE" + cp "${../initial-configs/Enpass.conf}" "$DEST_FILE" fi ''; }; diff --git a/home/impermanence.nix b/home/impermanence.nix index 870e1be..e01755d 100644 --- a/home/impermanence.nix +++ b/home/impermanence.nix @@ -1,7 +1,7 @@ { impermanence, ... }: { - imports = [ impermanence.nixosModules.impermanence ]; + #imports = [ impermanence.nixosModules.impermanence ]; home.persistence."/persist" = { directories = [ "Downloads" diff --git a/home/packages.nix b/home/packages.nix index e1883ae..4c9879c 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -16,8 +16,8 @@ antigravity # Gemini AI coding assistant bluetui # Bluetooth TUI direnv # Directory environment manager - enpass # Password manager - enpass-cli # Enpass CLI tool + #enpass # Password manager + #enpass-cli # Enpass CLI tool expressvpn # VPN ffmpeg # Video tools ffmpegthumbnailer # Video thumbnailer