desktop/cosmic

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-27 21:57:57 +03:00
parent 17b2c4b55d
commit 3cf1a29d54
7 changed files with 191 additions and 14 deletions

View File

@ -14,7 +14,7 @@
./minecraft.nix
];
desktop.niri.enable = true;
desktop.cosmic.enable = true;
environment.memoryAllocator.provider = "mimalloc";
locale.ukrainian.enable = true;
module.stylix = {
@ -29,6 +29,6 @@
virtual.libvirt.enable = true;
wireless = {
bluetooth.enable = true;
bluetooth.enableBlueman = true;
bluetooth.enableBlueman = false;
};
}