Compare commits

...

3 commits

Author SHA1 Message Date
krizej
cb8832c79a xdg portal crap which doesn't even work 2024-07-12 15:42:35 +02:00
krizej
ba32da43cc fteqcc 2024-07-12 06:22:21 +02:00
krizej
88222e3042 more zip stuff 2024-07-12 02:11:51 +02:00
3 changed files with 14 additions and 11 deletions

View file

@ -47,11 +47,6 @@
home.sessionVariables = {
GTK_USE_PORTAL = "1";
};
home.packages = with pkgs; [
xdg-desktop-portal
xdg-desktop-portal-gtk
];
};
}

View file

@ -5,8 +5,7 @@ in {
home-manager.users.krizej = {
home.packages = with pkgs; [
xdg-user-dirs
xdg-desktop-portal
xdg-desktop-portal-gnome
xdg-utils
];
home.sessionVariables = rec {
@ -43,10 +42,15 @@ in {
videos = "${HOME}/videos";
};
# fix this scheisse
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-kde ];
config.common.default = [ "*" ];
};
home.file = {
".config/python/pythonrc".text = ''
def is_vanilla() -> bool:
import sys
return not hasattr(__builtins__, '__IPYTHON__') and 'bpython' not in sys.argv[0]

View file

@ -25,7 +25,10 @@
btop
zip
unzip
rar
unrar
p7zip
p7zip-rar
wget
gcc
gnumake
@ -55,6 +58,7 @@
vkquake
ericw-tools-latest
trenchbroom
fteqcc
r2modman
godot_4