add ftb-app to artemision
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
02a7e139e8
commit
efc58883e5
@ -29,6 +29,10 @@
|
|||||||
};
|
};
|
||||||
# Optional, hint electron apps to use wayland:
|
# Optional, hint electron apps to use wayland:
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
protontricks
|
protontricks
|
||||||
proxychains
|
proxychains
|
||||||
qrencode
|
qrencode
|
||||||
|
rad-pkgs.ftb-app
|
||||||
redshift
|
redshift
|
||||||
restic
|
restic
|
||||||
ripgrep
|
ripgrep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user