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
|
zotero-beta
|
||||||
wpa_supplicant_gui
|
wpa_supplicant_gui
|
||||||
keepassxc
|
keepassxc
|
||||||
mpdevil
|
plattenalbum
|
||||||
spotify
|
spotify
|
||||||
gnucash
|
gnucash
|
||||||
welle-io
|
welle-io
|
||||||
|
|
@ -414,9 +414,9 @@
|
||||||
# Sway
|
# Sway
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export XCURSOR_THEME=posy-cursor-black
|
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
'';
|
'';
|
||||||
|
wrapperFeatures.base = true;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
@ -435,7 +435,10 @@
|
||||||
exec_always "systemctl --user start sway-session.target"
|
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
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue