Add heroic to GLaDOS

This commit is contained in:
Lillian Violet 2023-11-14 11:37:10 +01:00
parent a06da0e5a2
commit 100d77051b

View file

@ -21,6 +21,10 @@
./desktop-shared.nix
];
home.packages = with pkgs; [
heroic
];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.11";
}