@ -8,12 +8,12 @@
|
||||
with lib; let
|
||||
cfg = config.desktop.hyprland;
|
||||
in {
|
||||
imports = [./common/pipewire.nix];
|
||||
options = {
|
||||
desktop.hyprland.enable =
|
||||
mkEnableOption "enable hyprland desktop";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
sound.pipewire.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = perSystem.hyprland.hyprland;
|
||||
|
Reference in New Issue
Block a user