diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:01:27 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:01:27 +0200 |
| commit | d10535f98b8ff3dad86d94daa35e8d01f4caaeb8 (patch) | |
| tree | fe7da24fe3508a1ae519dd094e89c2e8945c8c08 /home/rices/plasma6/default.nix | |
| parent | 3f48e60b279874f8f9297318acbf7acb11afad8d (diff) | |
| parent | 89de6a101797d676cdd25dbe743412b71d1cbced (diff) | |
Merge branch 'herra_cosmic-to-plasma6'
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 + ]; +} |
