add cosmic modules, probably won't switch to it
This commit is contained in:
parent
299bcba29b
commit
b179cec316
7 changed files with 75 additions and 35 deletions
|
|
@ -8,7 +8,6 @@
|
|||
}: {
|
||||
imports = [
|
||||
../../modules
|
||||
../../modules/boot/loader/systemd.nix
|
||||
];
|
||||
|
||||
config.horseman = {
|
||||
|
|
@ -21,12 +20,12 @@
|
|||
|
||||
boot = {
|
||||
loader.systemd.enable = true;
|
||||
greeter.sddm.enable = true;
|
||||
greeter.cosmic.enable = true;
|
||||
refind.enable = true;
|
||||
};
|
||||
|
||||
wm = {
|
||||
hyprland.enable = true;
|
||||
cosmic.enable = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue