wow
This commit is contained in:
parent
8011eab5b5
commit
04c9007f08
14 changed files with 389 additions and 59 deletions
13
hosts/installer/plasma.nix
Normal file
13
hosts/installer/plasma.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ inputs, lib, ... }:
|
||||
let
|
||||
assets = "${inputs.self}/assets";
|
||||
in
|
||||
{
|
||||
imports = [ "${inputs.self}/modules/home/plasma.nix" ];
|
||||
|
||||
programs.plasma.workspace.cursor = {
|
||||
theme = "pjsk-cursor-n25-mizuki-ani";
|
||||
};
|
||||
|
||||
programs.plasma.workspace.colorScheme = lib.mkForce "Kawa";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue