Added nixos configs

This commit is contained in:
2026-02-22 19:25:39 +01:00
parent c0f19a200d
commit 8694deed28
9013 changed files with 118058 additions and 0 deletions
@@ -0,0 +1,7 @@
[greeter]
theme-name = catppuccinThemePkg
icon-theme-name = papirus-icon-theme
cursor-theme-name = bibata-cursors
cursor-theme-size = 24
font-name = Sans 11
indicators = ~host;~spacer;~clock;~spacer;~session;~language;~power
@@ -0,0 +1,27 @@
##############################################
# These files are just for reference.
# If you want to change anything, edit the source files in:
# ~/system-master/assets/conf
#
# 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>
#
# If everything still works, you can use the same command but:
# - keep "switch"
# - and add a reboot:
#
# cd ~/system-master && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
#
# NOTE:
# Make sure the lines starting with: cd ~/system-master
# are written as ONE single line.
##############################################
# Minimal Hyprland config for greetd
[LightDM]
run-directory=/run/lightdm
[Seat:*]
greeter-session=lightdm-gtk-greeter
user-session=hyprland
allow-guest=false