fixup3
This commit is contained in:
parent
44561593a0
commit
dbde18d4a2
7 changed files with 210 additions and 96 deletions
25
home.nix
25
home.nix
|
|
@ -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*'
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue