This commit is contained in:
Anthony Cicchetti 2023-05-09 10:46:29 -04:00
parent 8791b91f50
commit 68c774462e
2 changed files with 6 additions and 3 deletions

View file

@ -142,11 +142,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683560204, "lastModified": 1683638468,
"narHash": "sha256-YidI1lVXVtz4fYCsQkapUx/76WKs682rZybztLOt9S0=", "narHash": "sha256-tQEaGZfZ2Hpw+XIVEHaJ8FaF1yNQyMDDhUyIQ7LTIEg=",
"owner": "Mic92", "owner": "Mic92",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "54049e3d602b4525dabca5d61865adf529377774", "rev": "219067a5e3cf4b9581c8b4fcfc59ecd5af953d07",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -91,6 +91,9 @@
# fnl dir # fnl dir
# undodir at ~/.undodir # undodir at ~/.undodir
}; };
programs.nnn = {
enable = true;
};
imports = [ imports = [
./modules/packages ./modules/packages