diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-04-07 13:20:56 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-04-07 13:20:56 -0400 |
| commit | 8d3274fbfe5264db544e789b1acff668292bbb0c (patch) | |
| tree | 3c9400ffcd1322b481af55b1fa8fece4bc7c4b8d /hosts/the-meowchine/default.nix | |
| parent | ddbec489d7b369d0cf58de456e5c648c1b0060b5 (diff) | |
blockbench
Diffstat (limited to 'hosts/the-meowchine/default.nix')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index d5528c0..fbd993b 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -11,7 +11,11 @@ editors.kakoune.enable = true; home = { homeDirectory = "/home/rosa"; - packages = with pkgs; [ gimp ]; + packages = with pkgs; [ + blockbench + gimp + ]; + stateVersion = "23.05"; username = "rosa"; }; |
