mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: vscode, firefox changes
This commit is contained in:
parent
78d83cd757
commit
9ded484993
9 changed files with 49 additions and 21 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue