mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-13 08:01:10 +01:00
hostconfig/ZeNixComputa: Switch from sway to COSMIC
This commit is contained in:
parent
cebccc01f6
commit
9cf0a707df
3 changed files with 3 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue