aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/the-meowchine/default.nix')
-rw-r--r--hosts/the-meowchine/default.nix6
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";
};