hostconfig/ZeNixComputa: Switch from sway to COSMIC

This commit is contained in:
traxys 2024-08-08 21:59:11 +02:00
parent cebccc01f6
commit 9cf0a707df
3 changed files with 3 additions and 13 deletions

View file

@ -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;
}

View file

@ -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"

View file

@ -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 = {