diff options
| author | 2025-01-01 17:39:28 -0500 | |
|---|---|---|
| committer | 2025-01-01 17:39:28 -0500 | |
| commit | 4849fc6e811f9aaa02a63d102f60d356365cd2bb (patch) | |
| tree | a45fdd1065b1b6052283e257e19123696b548671 /hosts/moyo | |
| parent | 8ed2c4a005c634e9d4a2aa5e31f40901def3adda (diff) | |
| download | dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.gz dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.bz2 dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.zip | |
Theme stuff
Diffstat (limited to 'hosts/moyo')
| -rw-r--r-- | hosts/moyo/container.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/moyo/container.nix b/hosts/moyo/container.nix index d3483b5..f596d87 100644 --- a/hosts/moyo/container.nix +++ b/hosts/moyo/container.nix @@ -66,8 +66,8 @@ name = "vi"; vimrcConfig = { customRC = ""; }; }) - jdk23 - #graalvm-oracle + #jdk23 + graalvm-ce ]; system.stateVersion = "25.05"; |