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 = {
|
programs = {
|
||||||
sway = {
|
sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.swayfx;
|
package = pkgs.sway;
|
||||||
wrapperFeatures = {
|
wrapperFeatures = {
|
||||||
gtk = true;
|
gtk = true;
|
||||||
base = true;
|
base = true;
|
||||||
|
|
|
@ -145,17 +145,17 @@ in
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
sway = {
|
sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.swayfx;
|
package = pkgs.sway;
|
||||||
wayvnc = true;
|
wayvnc = true;
|
||||||
lock-wallpaper = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png";
|
lock-wallpaper = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png";
|
||||||
output = {
|
output = {
|
||||||
"DP-1" = {
|
"DP-1" = {
|
||||||
bg = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png fill";
|
bg = "${../../wallpapers/river-3840.png} fill";
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
position = "0 0";
|
position = "0 0";
|
||||||
};
|
};
|
||||||
"DP-3" = {
|
"DP-3" = {
|
||||||
bg = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png fill";
|
bg = "${../../wallpapers/river-3840.png} fill";
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
position = "3840 0";
|
position = "3840 0";
|
||||||
};
|
};
|
||||||
|
@ -409,7 +409,7 @@ in
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
livebook = {
|
livebook = {
|
||||||
enableUserService = true;
|
enableUserService = false;
|
||||||
environmentFile = pkgs.writeText "livebook-env" ''
|
environmentFile = pkgs.writeText "livebook-env" ''
|
||||||
LIVEBOOK_TOKEN_ENABLED=false
|
LIVEBOOK_TOKEN_ENABLED=false
|
||||||
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
||||||
|
|
Loading…
Reference in a new issue