diff options
| author | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-22 15:40:45 +0200 |
|---|---|---|
| committer | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-22 15:40:45 +0200 |
| commit | af5355ce072a862d2a93a8a8f35e2f5a555e39aa (patch) | |
| tree | 86ba545f98295f0fa18721183dade337fb2be652 /home/rices/cinnamon/default.nix | |
| parent | 2db7a855aebaed5514fba6547fc66910ad88e0d4 (diff) | |
Added a plain and simple cinnamon rice
Diffstat (limited to 'home/rices/cinnamon/default.nix')
| -rw-r--r-- | home/rices/cinnamon/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/rices/cinnamon/default.nix b/home/rices/cinnamon/default.nix new file mode 100644 index 0000000..6b7865d --- /dev/null +++ b/home/rices/cinnamon/default.nix @@ -0,0 +1,4 @@ +{ + system = import ./system.nix; + home = import ./home.nix; +} |
