zenix: use nheko, move cosmic stuff

This commit is contained in:
tristan 2024-07-25 20:00:22 +01:00
parent 8e5db18741
commit c36d393ed5
8 changed files with 32 additions and 41 deletions

View file

@ -6,16 +6,11 @@
}: {
imports = [
inputs.stylix.nixosModules.stylix
inputs.nixos-cosmic.nixosModules.default
];
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11"
];
programs.hyprland = {
enable = true;
};
# use pipewire
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
@ -53,7 +48,10 @@
services.printing.enable = true;
services.dbus.enable = true;
services.dbus = {
enable = true;
packages = [pkgs.gcr];
};
programs.light.enable = true;
programs.dconf.enable = true;