modules/home/desktop/plasma/default.nix: remove stylix line
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -12,7 +12,6 @@ in {
|
|||||||
mkEnableOption "enable plasma desktop";
|
mkEnableOption "enable plasma desktop";
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
stylix.targets.kde.enable = true;
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user