The Great Modularization
This commit is contained in:
parent
e0b7d60a8d
commit
eb279f1f65
34 changed files with 1356 additions and 1286 deletions
13
modules/home/plasma.nix
Normal file
13
modules/home/plasma.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
workspace.cursor = {
|
||||
theme = "Bibata-Modern-Classic";
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue