mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-21 19:57:02 -04:00
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:
parent
729ebb9ad1
commit
33393a9986
7 changed files with 296 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
plasma-manager = {
|
||||
url = "github:nix-community/plasma-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.home-manager.follows = "home-manager-unstable";
|
||||
};
|
||||
scripts = {
|
||||
url = "github:sadan4/scripts";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue