Copied my functional folder, started generalising henrovnix and writing documentation

This commit is contained in:
2026-02-23 19:55:30 +01:00
parent 99b2f7ae89
commit c8ca5bd3ec
8843 changed files with 42 additions and 42 deletions
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################## ##############################################
#app.zen_browser.zen #app.zen_browser.zen
@@ -1,18 +1,18 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
# #
#IMPORTANT: #IMPORTANT:
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################## ##############################################
# Minimal Hyprland config for greetd # Minimal Hyprland config for greetd
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell # Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################### ###############################################
@@ -1,20 +1,20 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything definitive, edit the source files in: # If you want to change anything definitive, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell # Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################### ###############################################

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Before

Width:  |  Height:  |  Size: 425 KiB

After

Width:  |  Height:  |  Size: 425 KiB

Before

Width:  |  Height:  |  Size: 962 KiB

After

Width:  |  Height:  |  Size: 962 KiB

Before

Width:  |  Height:  |  Size: 5.3 MiB

After

Width:  |  Height:  |  Size: 5.3 MiB

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 270 KiB

@@ -2,7 +2,7 @@
# Wallpaper config (wpaperd, TOML) # Wallpaper config (wpaperd, TOML)
# #
# Source-of-truth in repo: # Source-of-truth in repo:
# ~/system-master/assets/conf/desktop/wallpaper/wallpaper.conf # ~/henrovnix/assets/conf/desktop/wallpaper/wallpaper.conf
# #
# Runtime override (user edits this): # Runtime override (user edits this):
# ~/conf/desktop/wallpaper/wallpaper.conf # ~/conf/desktop/wallpaper/wallpaper.conf
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################## ##############################################
@@ -21,11 +21,11 @@ alias gcp='git add . && git commit && git push'
alias cd='z' alias cd='z'
alias nps='xdg-open https://search.nixos.org' alias nps='xdg-open https://search.nixos.org'
alias sm='cd ~/Repos/nixos/system-master' alias hvnx='cd ~/Repos/nixos/henrovnix'
alias emt='sm && emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html' alias emt='hvnx && emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html'
alias nxs='sm && sudo nixos-rebuild switch --flake .#traveldroid' alias nxs='hvnx && sudo nixos-rebuild switch --flake .#traveldroid'
alias nxt='sm && sudo nixos-rebuild test --flake .#traveldroid' alias nxt='hvnx && sudo nixos-rebuild test --flake .#traveldroid'
alias nxv='sm && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"' alias nxv='hvnx && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"'
alias rb='systemctl reboot' alias rb='systemctl reboot'
alias po='systemctl poweroff' alias po='systemctl poweroff'
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################### ###############################################
#~/nixos/files/conf/terminal/kitty.conf #~/nixos/files/conf/terminal/kitty.conf
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################### ###############################################
#~/nixos/files/conf/terminal/zsh.conf #~/nixos/files/conf/terminal/zsh.conf
@@ -1,19 +1,19 @@
############################################## ##############################################
# These files are just for reference. # These files are just for reference.
# If you want to change anything, edit the source files in: # If you want to change anything, edit the source files in:
# ~/system-master/assets/conf # ~/henrovnix/assets/conf
# #
# After that, run: # After that, run:
# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost> # cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
# #
# If everything still works, you can use the same command but: # If everything still works, you can use the same command but:
# - keep "switch" # - keep "switch"
# - and add a reboot: # - and add a reboot:
# #
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot # cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
# #
# NOTE: # NOTE:
# Make sure the lines starting with: cd ~/system-master # Make sure the lines starting with: cd ~/henrovnix
# are written as ONE single line. # are written as ONE single line.
############################################## ##############################################
Host * Host *

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Some files were not shown because too many files have changed in this diff Show More