mimir: Switch back to sway
This commit is contained in:
parent
e1b57f636d
commit
c20c3e53a6
2 changed files with 5 additions and 5 deletions
|
@ -318,7 +318,7 @@
|
|||
programs = {
|
||||
sway = {
|
||||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
package = pkgs.sway;
|
||||
wrapperFeatures = {
|
||||
gtk = true;
|
||||
base = true;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue