Compare commits
3 commits
249683949d
...
13b76ea50b
| Author | SHA1 | Date | |
|---|---|---|---|
| 13b76ea50b | |||
| 3d405d43f1 | |||
| dfcae02467 |
3 changed files with 9 additions and 9 deletions
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -183,16 +183,16 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1738805560,
|
"lastModified": 1741218530,
|
||||||
"narHash": "sha256-jGy+0VDxQrgNhj+eX06FRhPP31V8QZVAM4j4yBosAGE=",
|
"narHash": "sha256-fBgJrSglH46+NHu3spk5mC51ASDHWnOoW6veKZ0R2YA=",
|
||||||
"owner": "jj-vcs",
|
"owner": "jj-vcs",
|
||||||
"repo": "jj",
|
"repo": "jj",
|
||||||
"rev": "613742dfbbd89324b25672a75ef8ce9e671ae0d3",
|
"rev": "6ce7a77da5a18343f4f3effef49b77428e43bc74",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "jj-vcs",
|
"owner": "jj-vcs",
|
||||||
"ref": "v0.26.0",
|
"ref": "v0.27.0",
|
||||||
"repo": "jj",
|
"repo": "jj",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
@ -298,11 +298,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740603184,
|
"lastModified": 1741048562,
|
||||||
"narHash": "sha256-t+VaahjQAWyA+Ctn2idyo1yxRIYpaDxMgHkgCNiMJa4=",
|
"narHash": "sha256-W4YZ3fvWZiFYYyd900kh8P8wU6DHSiwaH0j4+fai1Sk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f44bd8ca21e026135061a0a57dcf3d0775b67a49",
|
"rev": "6af28b834daca767a7ef99f8a7defa957d0ade6f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "jj-vcs";
|
owner = "jj-vcs";
|
||||||
repo = "jj";
|
repo = "jj";
|
||||||
ref = "v0.26.0";
|
ref = "v0.27.0";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
types
|
types
|
||||||
;
|
;
|
||||||
|
|
||||||
isEnabled = config.my.home.x.enable;
|
isEnabled = config.my.home.x.i3.enable;
|
||||||
i3BarTheme = config.my.theme.i3BarTheme;
|
i3BarTheme = config.my.theme.i3BarTheme;
|
||||||
cfg = config.my.home.x.i3bar;
|
cfg = config.my.home.x.i3bar;
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue