mimir: Switch back to sway

This commit is contained in:
Erwin Boskma 2024-05-07 08:47:08 +02:00
parent e1b57f636d
commit c20c3e53a6
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ
2 changed files with 5 additions and 5 deletions

View file

@ -318,7 +318,7 @@
programs = {
sway = {
enable = true;
package = pkgs.swayfx;
package = pkgs.sway;
wrapperFeatures = {
gtk = true;
base = true;

View file

@ -145,17 +145,17 @@ in
starship.enable = true;
sway = {
enable = true;
package = pkgs.swayfx;
package = pkgs.sway;
wayvnc = true;
lock-wallpaper = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png";
output = {
"DP-1" = {
bg = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png fill";
bg = "${../../wallpapers/river-3840.png} fill";
mode = "3840x2160@60Hz";
position = "0 0";
};
"DP-3" = {
bg = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png fill";
bg = "${../../wallpapers/river-3840.png} fill";
mode = "3840x2160@60Hz";
position = "3840 0";
};
@ -409,7 +409,7 @@ in
services = {
livebook = {
enableUserService = true;
enableUserService = false;
environmentFile = pkgs.writeText "livebook-env" ''
LIVEBOOK_TOKEN_ENABLED=false
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock