remove with lib and add neochat to kde

This commit is contained in:
Joseph Hanson 2024-10-28 14:06:14 -05:00
parent d20524b42e
commit 22b9a24582
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,5 +1,4 @@
{ lib, config, pkgs, ... }: { lib, config, pkgs, ... }:
with lib;
let let
cfg = config.mySystem.de.kde; cfg = config.mySystem.de.kde;
flameshotOverride = pkgs.unstable.flameshot.override { enableWlrSupport = true; }; flameshotOverride = pkgs.unstable.flameshot.override { enableWlrSupport = true; };
@ -7,11 +6,11 @@ in
{ {
options = { options = {
mySystem.de.kde = { mySystem.de.kde = {
enable = mkEnableOption "KDE" // { default = false; }; enable = lib.mkEnableOption "KDE" // { default = false; };
}; };
}; };
config = mkIf cfg.enable { config = lib.mkIf cfg.enable {
# Ref: https://wiki.nixos.org/wiki/KDE # Ref: https://wiki.nixos.org/wiki/KDE
# KDE # KDE