mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
applied updates in awesome config
This commit is contained in:
parent
a43909bdef
commit
bdccec49f1
17
flake.lock
17
flake.lock
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"awesome-config": {
|
"awesome-config": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1672956188,
|
"lastModified": 1673817186,
|
||||||
"narHash": "sha256-0WlCdgF2WcIHO/Xn1CHKm7aqsO2T2vSV5NGE7bmAd98=",
|
"narHash": "sha256-lgM53vY3W/9i1PNByO6UC/qp24mRKb4cLQwElqGGYAU=",
|
||||||
"owner": "therealr5",
|
"owner": "therealr5",
|
||||||
"repo": "awesome-config",
|
"repo": "awesome-config",
|
||||||
"rev": "ea8efd6ee4a5db410625085160b1336e3de459c5",
|
"rev": "151afc549364e723639b7ab40d27dee6961cc0d1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -39,11 +44,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673737886,
|
"lastModified": 1673815682,
|
||||||
"narHash": "sha256-hNTqD0uIgpbtTI2Nuj/Q1lEFOOdZqqXpxoc8rMno2F0=",
|
"narHash": "sha256-zG7Rroki+89poCTr1D8BM/wTCl+DZJvU4IUE+5hxG7U=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2827b5306462d91edec16a3d069b2d6e54c3079f",
|
"rev": "3e42035fc013ed4d8af6ee8dc0079c0c551c45a5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
sops-nix.url = github:Mic92/sops-nix;
|
sops-nix.url = github:Mic92/sops-nix;
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
awesome-config.url = github:therealr5/awesome-config;
|
awesome-config.url = github:therealr5/awesome-config;
|
||||||
|
awesome-config.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nix-colors.url = github:Misterio77/nix-colors;
|
nix-colors.url = github:Misterio77/nix-colors;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue