mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Finalized plasma config (I hope!)
This commit is contained in:
parent
68f10cc45a
commit
9101886d9c
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
||||||
# style
|
# style
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "eris";
|
theme = "spaceduck";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -19,12 +19,11 @@ in {
|
||||||
".config/kdeglobals".enable = lib.mkForce false;
|
".config/kdeglobals".enable = lib.mkForce false;
|
||||||
".config/qt5ct/qt5ct.conf".enable = lib.mkForce false;
|
".config/qt5ct/qt5ct.conf".enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
stylix.targets.kde.enable = true;
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace = {
|
workspace = {
|
||||||
clickItemTo = "select";
|
clickItemTo = "select";
|
||||||
lookAndFeel = "org.kde.breezedark.desktop";
|
|
||||||
iconTheme = "Breeze-Dark";
|
|
||||||
wallpaper = config.stylix.image;
|
wallpaper = config.stylix.image;
|
||||||
};
|
};
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue