Compare commits

...

2 commits

Author SHA1 Message Date
Chris (wolcen) Thompson
2320f653d8 Missing semicolon 2025-09-27 11:41:12 -04:00
Chris (wolcen) Thompson
b8c7a11215 Update flake.lock 2025-09-27 11:40:57 -04:00
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1758719930,
"narHash": "sha256-DgHe1026Ob49CPegPMiWj1HNtlMTGQzfSZQQVlHC950=",
"lastModified": 1758985165,
"narHash": "sha256-bzthrGCHUDzUHH9F3eNl5LG5rfg4ig9x3TGjjUE23qA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "142acd7a7d9eb7f0bb647f053b4ddfd01fdfbf1d",
"rev": "11cc3d55ded3346a8195000ddeadde782a611e56",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1758427187,
"narHash": "sha256-pHpxZ/IyCwoTQPtFIAG2QaxuSm8jWzrzBGjwQZIttJc=",
"lastModified": 1758690382,
"narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "554be6495561ff07b6c724047bdd7e0716aa7b46",
"rev": "e643668fd71b949c53f8626614b21ff71a07379d",
"type": "github"
},
"original": {

View file

@ -99,7 +99,7 @@
}
'';
force = true;
}
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}