From fc05b996df6b04ad1934d8ddda1ca9a244a7c9a8 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 15 Mar 2024 22:08:53 +0900 Subject: [PATCH] test --- nixos/common/desktops/plasma6/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 3c01622e..58e90d5f 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -1,6 +1,4 @@ { lib, inputs, config, pkgs, username, hostname, gpu, ... }: { - imports = [ inputs.kde2nix.nixosModules.plasma6 ]; - # Enable sound with pipewire. sound.enable = true; hardware.pulseaudio.enable = false; @@ -85,4 +83,4 @@ }; }; }; -} \ No newline at end of file +}