feat: vscode, firefox changes

This commit is contained in:
Kat Inskip 2025-02-16 17:50:42 -08:00
parent 78d83cd757
commit 9ded484993
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 49 additions and 21 deletions

View file

@ -6,10 +6,14 @@
qt6Packages.qtstyleplugin-kvantum
commonalitysol
];
environment.plasma6.excludePackages = with pkgs; [konsole];
services = {
displayManager.sddm = {
enable = true;
theme = "CommonalitySol";
};
xserver = {
enable = true;
displayManager.gdm.enable = true;
};
desktopManager.plasma6.enable = true;
};