home-manager for scalizer laptop

This commit is contained in:
Julien Hémono 2025-08-24 11:07:05 +02:00
parent 3e9ab7a583
commit f8da94f524
3 changed files with 107 additions and 5 deletions

21
flake.lock generated
View file

@ -18,6 +18,26 @@
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1756022458,
"narHash": "sha256-J1i35r4HfNDdPpwL0vOBaZopQudAUVtartEerc1Jryc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9e3a33c0bcbc25619e540b9dfea372282f8a9740",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"mysecrets": {
"flake": false,
"locked": {
@ -91,6 +111,7 @@
},
"root": {
"inputs": {
"home-manager": "home-manager",
"mysecrets": "mysecrets",
"nix-vscode-extensions": "nix-vscode-extensions",
"nixos-hardware": "nixos-hardware",