mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-17 01:11:48 +00:00
feat(nix): Use escalated privledges to install
Introduces the alias 'guisu' which will handle requests for escalated privledges in yafti going into the future. An alias is used here so that we can use whatever implementation a DE may provide
This commit is contained in:
parent
0c80c99206
commit
6144f91bcc
@ -62,7 +62,7 @@ screens:
|
||||
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
|
||||
default: true
|
||||
packages:
|
||||
- Install Nix Package Support: just install-nix
|
||||
- Install Nix Package Support: guisu just install-nix
|
||||
SteamDeckGyroDSU:
|
||||
description: Allows emulators and other applications to receive Steam Deck gyro motion data
|
||||
default: true
|
||||
|
2
system_files/desktop/etc/profile.d/guisu.sh
Executable file
2
system_files/desktop/etc/profile.d/guisu.sh
Executable file
@ -0,0 +1,2 @@
|
||||
alias guisu="kdesu -u ${USER} -c"
|
||||
|
@ -46,7 +46,7 @@ screens:
|
||||
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
|
||||
default: true
|
||||
packages:
|
||||
- Install Nix Package Support: just install-nix
|
||||
- Install Nix Package Support: guisu just install-nix
|
||||
System76 Scheduler:
|
||||
description: Enables System76 scheduler
|
||||
default: true
|
||||
|
Loading…
Reference in New Issue
Block a user