This commit is contained in:
TheK0tYaRa 2026-03-05 17:58:47 +02:00
parent 44561593a0
commit dbde18d4a2
7 changed files with 210 additions and 96 deletions

View file

@ -55,6 +55,7 @@
xwayland-satellite
winboat
xfce4-taskmanager
xdg-desktop-portal-cosmic
### file management
cosmic-files
@ -66,6 +67,10 @@
### development
# idea-community-bin
### visuals
gnome-themes-extra
papirus-icon-theme
###
vlc
jq
@ -73,8 +78,7 @@
tor-browser
iperf
sshuttle
lmstudio
nautilus
### social
# fluffychat
@ -86,6 +90,10 @@
vintagestory
prismlauncher
### neural networks
dsearch
lmstudio
# kdePackages.kdenlive
(python313.withPackages (
py: with py; [
@ -162,10 +170,17 @@
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
xdg-desktop-portal-gnome
# xdg-desktop-portal-gnome
xdg-desktop-portal-cosmic
];
config = {
common.default = "*";
common = {
default = [
"gtk"
];
"org.freedesktop.impl.portal.FileChooser" = "gnome";
# "org.freedesktop.impl.portal.ScreenCast" = "gnome";
};
};
};
configFile."obsidian/.keep".text = "";
@ -450,7 +465,7 @@
sudo nix-store --optimise
'';
xdg-fix = ''
systemctl --user restart xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-wlr xdg-desktop-portal-gnome
systemctl --user restart 'xdg-desktop-portal*'
'';
};
};