diff options
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/base.nix | 6 | ||||
-rwxr-xr-x | modules/users/Rory.nix | 1 | ||||
-rw-r--r-- | modules/users/Rory/p10k.zsh | 4 | ||||
-rw-r--r-- | modules/users/Rory/wallpaper.webp | bin | 0 -> 598752 bytes |
4 files changed, 9 insertions, 2 deletions
diff --git a/modules/base.nix b/modules/base.nix index 2666af3..fb1e8d6 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -95,6 +95,12 @@ nix-output-monitor expect unrar-wrapper + arch-install-scripts + debootstrap + file + unzip + brotli + # - zsh zsh diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix index c8f4d45..f250863 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix @@ -55,6 +55,7 @@ export CHOKIDAR_USEPOLLING=true export MSBUILDLIVELOGGER=auto export DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER=1 + export DOTNET_CLI_TELEMETRY_OPTOUT=1 function mkkey() { echo "Making key for $1" ssh-keygen -t ed25519 -C "$HOST -> $1" -f ~/.ssh/id_ed25519_$1 diff --git a/modules/users/Rory/p10k.zsh b/modules/users/Rory/p10k.zsh index 5c77b68..e7f8e7c 100644 --- a/modules/users/Rory/p10k.zsh +++ b/modules/users/Rory/p10k.zsh @@ -33,7 +33,7 @@ typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( os_icon # os identifier dir # current directory - #vcs # git status + vcs # git status # prompt_char # prompt symbol ) @@ -1720,4 +1720,4 @@ typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} -'builtin' 'unset' 'p10k_config_opts' \ No newline at end of file +'builtin' 'unset' 'p10k_config_opts' diff --git a/modules/users/Rory/wallpaper.webp b/modules/users/Rory/wallpaper.webp new file mode 100644 index 0000000..a2923f0 --- /dev/null +++ b/modules/users/Rory/wallpaper.webp Binary files differ |