auto stash before checking out "forge/main"
This commit is contained in:
parent
9896d98154
commit
b5dab67f08
4 changed files with 20 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue