Compare commits
3 commits
c50e820615
...
cb8832c79a
Author | SHA1 | Date | |
---|---|---|---|
|
cb8832c79a | ||
|
ba32da43cc | ||
|
88222e3042 |
3 changed files with 14 additions and 11 deletions
|
@ -47,11 +47,6 @@
|
|||
home.sessionVariables = {
|
||||
GTK_USE_PORTAL = "1";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
12
misc/xdg.nix
12
misc/xdg.nix
|
@ -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]
|
||||
|
|
|
@ -25,14 +25,17 @@
|
|||
btop
|
||||
zip
|
||||
unzip
|
||||
rar
|
||||
unrar
|
||||
p7zip
|
||||
p7zip-rar
|
||||
wget
|
||||
gcc
|
||||
gnumake
|
||||
pkg-config
|
||||
python39
|
||||
];
|
||||
|
||||
|
||||
# maybe i can just put it into the packages but idk whatever
|
||||
home-manager.users.krizej.programs = {
|
||||
home-manager.enable = true;
|
||||
|
@ -55,6 +58,7 @@
|
|||
vkquake
|
||||
ericw-tools-latest
|
||||
trenchbroom
|
||||
fteqcc
|
||||
r2modman
|
||||
godot_4
|
||||
|
||||
|
@ -65,7 +69,7 @@
|
|||
gimp
|
||||
sqlitebrowser
|
||||
feh
|
||||
vlc
|
||||
vlc
|
||||
|
||||
gdb
|
||||
ccls
|
||||
|
|
Loading…
Reference in a new issue