cosmic working ish, bad performance
This commit is contained in:
parent
86a2c97bd8
commit
cb65d7c49c
5 changed files with 123 additions and 20 deletions
|
@ -6,4 +6,7 @@
|
|||
};
|
||||
|
||||
imports = [ nixos-cosmic.nixosModules.default ];
|
||||
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
}
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
(settings.hostsDir + "/_common/components/ssh.nix")
|
||||
(settings.hostsDir + "/_common/components/caps_to_escape_in_tty.nix")
|
||||
(settings.hostsDir + "/_common/components/font_jetbrainsmono.nix")
|
||||
(settings.hostsDir + "/_common/components/audio.nix")
|
||||
# (settings.hostsDir + "/_common/components/audio.nix")
|
||||
(settings.hostsDir + "/_common/components/home_manager.nix")
|
||||
(settings.hostsDir + "/_common/components/gnome_wayland.nix")
|
||||
# (settings.hostsDir + "/_common/components/cosmic.nix")
|
||||
# (settings.hostsDir + "/_common/components/gnome_wayland.nix")
|
||||
(settings.hostsDir + "/_common/components/cosmic.nix")
|
||||
(settings.hostsDir + "/_common/components/docker.nix")
|
||||
(settings.hostsDir + "/_common/components/nebula.nix")
|
||||
# Users this machine has
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue