My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: make KDE Plasma Linux-only

+2 -2
+2 -2
home/home.nix
··· 31 31 ./programs/vscode.nix 32 32 ] ++ lib.optionals (!isDarwin) [ 33 33 ./programs/terminal.nix # Konsole profile — all non-Darwin hosts 34 - ] ++ lib.optionals isDesktop [ 35 - ./programs/kde.nix # KDE Plasma settings — desktop only 34 + ] ++ lib.optionals (isDesktop && !isDarwin) [ 35 + ./programs/kde.nix # KDE Plasma settings — Linux desktop only 36 36 ]; 37 37 38 38 home = {