This commit is contained in:
2026-04-07 13:28:26 -03:00
parent d8c09047f5
commit 3ac4eb5503
10 changed files with 99 additions and 491 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
imports = [
#./cosmic.nix
#./gnome.nix
#./kde.nix
./niri/niri.nix
./kde.nix
#./niri/niri.nix
];
+3 -2
View File
@@ -1,6 +1,6 @@
{ config, lib, inputs, pkgs, ... }: {
## Ativar ambiente gráfico KDE Plasma 6 e gerenciador de login SDDM
## Ativar ambiente gráfico KDE Plasma 6 e gerenciador de login
services = {
desktopManager.plasma6.enable = true;
};
@@ -18,11 +18,12 @@
kdePackages.sddm-kcm
kdePackages.wallpaper-engine-plugin
kdePackages.krdp
kdePackages.accounts-qt
];
environment.plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
konsole
# konsole
elisa
];