updates
This commit is contained in:
parent
63a5502940
commit
a6c4808dea
2 changed files with 40 additions and 1 deletions
39
flake.lock
generated
39
flake.lock
generated
|
@ -250,6 +250,43 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"lio_home-manager": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"lio_nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1726989464,
|
||||||
|
"narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=",
|
||||||
|
"owner": "nix-community",
|
||||||
|
"repo": "home-manager",
|
||||||
|
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-community",
|
||||||
|
"ref": "release-24.05",
|
||||||
|
"repo": "home-manager",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"lio_nixpkgs": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1728500571,
|
||||||
|
"narHash": "sha256-dOymOQ3AfNI4Z337yEwHGohrVQb4yPODCW9MDUyAc4w=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "d51c28603def282a24fa034bcb007e2bcb5b5dd0",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-24.05",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728241625,
|
"lastModified": 1728241625,
|
||||||
|
@ -1185,6 +1222,8 @@
|
||||||
"h002_nixpkgs": "h002_nixpkgs",
|
"h002_nixpkgs": "h002_nixpkgs",
|
||||||
"joe_home-manager": "joe_home-manager",
|
"joe_home-manager": "joe_home-manager",
|
||||||
"joe_nixpkgs": "joe_nixpkgs",
|
"joe_nixpkgs": "joe_nixpkgs",
|
||||||
|
"lio_home-manager": "lio_home-manager",
|
||||||
|
"lio_nixpkgs": "lio_nixpkgs",
|
||||||
"nixpkgs_stable": "nixpkgs_stable",
|
"nixpkgs_stable": "nixpkgs_stable",
|
||||||
"nypkgs": "nypkgs",
|
"nypkgs": "nypkgs",
|
||||||
"ragenix": "ragenix",
|
"ragenix": "ragenix",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
tty_caps_esc.enable = true;
|
tty_caps_esc.enable = true;
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
nebula.enable = true;
|
# nebula.enable = true;
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
# stormd.enable = true; # TODO figure out why this is failing
|
# stormd.enable = true; # TODO figure out why this is failing
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue