This commit is contained in:
2021-11-10 21:16:31 +00:00
parent 3636c479df
commit 9263724b59
2 changed files with 18 additions and 4 deletions

20
flake.lock generated
View File

@@ -1,5 +1,20 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -23,11 +38,12 @@
},
"i3utils": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1636132244,
"narHash": "sha256-uIfXaXszC0YSgEjPWE97o/JR4WS5bqJ8BcrKYz9ex4Y=",
"lastModified": 1636508828,
"narHash": "sha256-WieSw2pePMEZs61BUMEZeqWbTw74tl9OEp1KBCDpL+w=",
"type": "git",
"url": "file:///home/daniel/go/src/i3utils"
},

View File

@@ -73,7 +73,5 @@
enable = true;
};
home.stateVersion = "21.05";
}