24.05 + polymc

This commit is contained in:
2024-06-01 11:51:06 -06:00
parent 320f140f52
commit 84f2ea8d53
8 changed files with 39 additions and 40 deletions

View File

@@ -1,11 +1,5 @@
{ config, lib, pkgs, inputs, outputs, ... }: {
# let
# version = "23.11";
# home-manager = builtins.fetchTarball
# "https://github.com/nix-community/home-manager/archive/release-${version}.tar.gz";
# in {
# imports = [ (import "${home-manager}/nixos") ];
home.stateVersion = "23.11";
home.stateVersion = "24.05";
programs.bash = {
enable = true;