From 22aaf89dccf11b059dbe429372fbdd8b05866a61 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 11 Oct 2020 15:03:24 +0200 Subject: [PATCH] Install sway --- nixos/machines/apollo/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nixos/machines/apollo/configuration.nix b/nixos/machines/apollo/configuration.nix index e3056c5c..24c1cad6 100644 --- a/nixos/machines/apollo/configuration.nix +++ b/nixos/machines/apollo/configuration.nix @@ -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 = {