diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:00:23 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:00:23 +0200 |
| commit | 89de6a101797d676cdd25dbe743412b71d1cbced (patch) | |
| tree | fe7da24fe3508a1ae519dd094e89c2e8945c8c08 /home/rices/plasma6/default.nix | |
| parent | d6f07bca4872a5ac6bba29e941b779454cd01630 (diff) | |
Added base plasma6 "rice" and stylix configuration
Diffstat (limited to 'home/rices/plasma6/default.nix')
| -rw-r--r-- | home/rices/plasma6/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/rices/plasma6/default.nix b/home/rices/plasma6/default.nix new file mode 100644 index 0000000..d363548 --- /dev/null +++ b/home/rices/plasma6/default.nix @@ -0,0 +1,6 @@ +{...}: { + imports = [ + ./stylix.nix + ./plasma.nix + ]; +} |
