auto stash before checking out "forge/main"

This commit is contained in:
Emile Clark-Boman 2025-08-01 13:35:24 +10:00
parent 9896d98154
commit b5dab67f08
4 changed files with 20 additions and 12 deletions

View file

@ -107,7 +107,13 @@ in {
wayland.enable = true; # experimental
theme = "corners";
};
defaultSession = "hyprland";
defaultSession =
"hyprland"
+ (
if config.programs.hyprland.withUWSM == true
then "-uwsm"
else null
);
};
# Multimedia Framework
@ -233,6 +239,8 @@ in {
# Sage
sageWithDoc # SageMath + HTML Documentation
qemu # Fellice Bellard's Quick Emulator
openvpn
inetutils