Declaratively manage KDE Plasma (#4)

* init and keybinds

* add display and monitor config

* panel is now configured, need to do system tray

* setup system tray

* fix mice acceleration

* move .gtkrc-2.0 to workaround https://github.com/nix-community/plasma-manager/issues/472

* fix color schemes
This commit is contained in:
sadan4 2025-03-20 00:32:51 -04:00 committed by sadan
parent 729ebb9ad1
commit 33393a9986
No known key found for this signature in database
7 changed files with 296 additions and 0 deletions

View file

@ -37,6 +37,7 @@ in
};
};
home-manager = {
useUserPackages = true;
extraSpecialArgs = { inherit inputs stable unstable; };
users = {
"${NAME}" = import ./home.nix;