1
0
Fork 0

Install sway

This commit is contained in:
Malte Brandy 2020-10-11 15:03:24 +02:00
parent 93f0bdc025
commit 22aaf89dcc
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -43,7 +43,9 @@ in {
};
};
m-0 = { laptop.enable = true; };
m-0.laptop.enable = true;
programs.sway.enable = true;
services = {
beesd.filesystems.root = {
@ -78,9 +80,9 @@ in {
openDefaultPorts = true;
declarative = syncthing.declarativeWith [ "hera" ] "/home/maralorn/media"
// {
cert = pkgs.privatePath "syncthing/apollo/cert.pem";
key = pkgs.privatePath "syncthing/apollo/key.pem";
};
cert = pkgs.privatePath "syncthing/apollo/cert.pem";
key = pkgs.privatePath "syncthing/apollo/key.pem";
};
};
gnome3.chrome-gnome-shell.enable = true;
xserver = {