reice a lot

This commit is contained in:
foosinn 2022-02-13 00:28:15 +01:00
parent beb7d2def1
commit 4146b5aece
3 changed files with 31 additions and 16 deletions

View file

@ -5,6 +5,8 @@
let
colors = config.colors;
schema = pkgs.gsettings-desktop-schemas;
datadir = "${schema}/share/gsettings-schemas/${schema.name}";
unstable = import <nixos-unstable> { config.allowUnfree = true; };
in {
@ -17,12 +19,15 @@ in {
i3status-rust
kanshi
mako
redshift-wlr
slurp
swayidle
swaylock
xwayland
wf-recorder
xwayland
];
extraSessionCommands = ''
'';
};
xdg.portal = {
@ -151,7 +156,9 @@ key_bindings:
arc-theme
capitaine-cursors
dracula-theme
elementary-xfce-icon-theme
glib
gsettings-desktop-schemas
gtk-engine-murrine
gtk_engines
@ -195,8 +202,8 @@ key_bindings:
text = ''
#! ${pkgs.bash}/bin/bash
export GTK_ICON_THEME=Tango
export GTK_THEME=Blackbird
export GTK_ICON_THEME=Dracula
export GTK_THEME=Dracula
export _JAVA_AWT_WM_NOREPARENTING=1
export MOZ_ENABLE_WAYLAND=1
export MOZ_USE_XINPUT2=1
@ -205,6 +212,7 @@ key_bindings:
export QT_WAYLAND_FORCE_DPI=96
export SDL_VIDEODRIVER=wayland
export XDG_CURRENT_DESKTOP=sway
export XDG_DATA_DIRS=${datadir}:$XDG_DATA_DIRS
export XDG_SESSION_TYPE=wayland
${pkgs.dbus}/bin/dbus-run-session ${pkgs.sway}/bin/sway