Update
This commit is contained in:
parent
46b23ff626
commit
f9e20c00a3
3 changed files with 11 additions and 3 deletions
|
|
@ -136,6 +136,7 @@ in
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
xdg.portal.config.common.default = "*";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,12 @@
|
||||||
withUWSM = true;
|
withUWSM = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# NIRI #
|
||||||
|
programs.niri = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# i3
|
# i3
|
||||||
#services.xserver = {
|
#services.xserver = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
libnotify
|
libnotify
|
||||||
wayvnc
|
wayvnc
|
||||||
pkgs-unstable.quickshell
|
pkgs-unstable.quickshell
|
||||||
|
|
||||||
# OFFICE #
|
# OFFICE #
|
||||||
pkgs-unstable.onlyoffice-desktopeditors
|
pkgs-unstable.onlyoffice-desktopeditors
|
||||||
obsidian
|
obsidian
|
||||||
|
|
@ -91,6 +91,7 @@
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
qbittorrent
|
qbittorrent
|
||||||
rustdesk
|
rustdesk
|
||||||
|
sunshine
|
||||||
|
|
||||||
# DEV #
|
# DEV #
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
|
|
@ -135,7 +136,8 @@
|
||||||
# AUDIO AND DAW#
|
# AUDIO AND DAW#
|
||||||
helvum
|
helvum
|
||||||
reaper
|
reaper
|
||||||
#bitwig-studio
|
a2jmidid
|
||||||
|
bitwig-studio
|
||||||
#carla
|
#carla
|
||||||
yabridge
|
yabridge
|
||||||
yabridgectl
|
yabridgectl
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue