dustbowl: clean up sway/gtk config
This commit is contained in:
parent
effe78a81e
commit
f3d0665a53
1 changed files with 6 additions and 3 deletions
|
|
@ -245,7 +245,7 @@
|
|||
zotero-beta
|
||||
wpa_supplicant_gui
|
||||
keepassxc
|
||||
mpdevil
|
||||
plattenalbum
|
||||
spotify
|
||||
gnucash
|
||||
welle-io
|
||||
|
|
@ -414,9 +414,9 @@
|
|||
# Sway
|
||||
programs.sway = {
|
||||
extraSessionCommands = ''
|
||||
export XCURSOR_THEME=posy-cursor-black
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
'';
|
||||
wrapperFeatures.base = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
enable = true;
|
||||
};
|
||||
|
|
@ -435,7 +435,10 @@
|
|||
exec_always "systemctl --user start sway-session.target"
|
||||
'';
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue