Compare commits

...

2 Commits

Author SHA1 Message Date
autumn-the-kitty-cat 7d30a5396f feat: add flakes to nix iso 2025-12-01 20:37:08 -05:00
autumn-the-kitty-cat d1c1622489 feat: add .gitignore 2025-12-01 20:36:59 -05:00
3 changed files with 33 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/result
Generated
+27
View File
@@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1764517877,
"narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}
+5
View File
@@ -19,6 +19,11 @@
networking.networkmanager.enable = true;
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
environment.systemPackages = with pkgs; [
neovim
git