My Nix Configuration

[home.sway] Update config

Changed files
+5 -1
home
wayland
+5 -1
home/wayland/sway.nix
···
wrapperFeatures.gtk = true;
extraConfig = ''
default_border pixel
+
focus_on_window_activation smart
'';
systemd = {
enable = true;
···
eDP-1 = {scale = "1.2";};
"*" = {bg = "${homeDir}/bgs/xenia-hangout-mocha.png fill";};
};
-
startup = [{command = "${pkgs.dex}/bin/dex -a";}];
+
startup = [
+
{command = "${pkgs.dex}/bin/dex -a";}
+
{command = "${homeDir}/scripts/unfuck-xdg-portals.fish";}
+
];
window = {
commands = [
{