From 9cf0a707df4bb0a6f60de415d594aca1fb4a4bff Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 8 Aug 2024 21:59:11 +0200 Subject: [PATCH] hostconfig/ZeNixComputa: Switch from sway to COSMIC --- de/nixos.nix | 3 +++ hostconfig/ZeNixComputa/default.nix | 2 -- hostconfig/ZeNixComputa/hm.nix | 11 ----------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/de/nixos.nix b/de/nixos.nix index a01f10a..ed055e2 100644 --- a/de/nixos.nix +++ b/de/nixos.nix @@ -5,4 +5,7 @@ nixos-cosmic: { substituters = [ "https://cosmic.cachix.org/" ]; trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ]; }; + + services.desktopManager.cosmic.enable = true; + services.displayManager.cosmic-greeter.enable = true; } diff --git a/hostconfig/ZeNixComputa/default.nix b/hostconfig/ZeNixComputa/default.nix index 0ef3bf4..d071253 100644 --- a/hostconfig/ZeNixComputa/default.nix +++ b/hostconfig/ZeNixComputa/default.nix @@ -12,7 +12,6 @@ gui personal-gui gaming - wm de ]; hmModules = with self.hmModules; [ @@ -23,7 +22,6 @@ gui personal-gui gaming - wm ]; unfreePackages = [ "cnijfilter2" diff --git a/hostconfig/ZeNixComputa/hm.nix b/hostconfig/ZeNixComputa/hm.nix index 9e38401..caaa1ad 100644 --- a/hostconfig/ZeNixComputa/hm.nix +++ b/hostconfig/ZeNixComputa/hm.nix @@ -9,17 +9,6 @@ userEmail = config.extraInfo.email; }; - wm.startup = [ - { command = "${pkgs.wayvnc}/bin/waync 127.0.0.1 5800"; } - { command = "${pkgs.ckb-next}/bin/ckb-next -b"; } - ]; - - wm.workspaces.definitions = { - "2:".output = "HDMI-A-1"; - "".output = "DP-2"; - "".output = "DP-2"; - }; - services.mako.output = "DP-2"; xdg.desktopEntries.teams = {