Compare commits

...

3 commits

Author SHA1 Message Date
13b76ea50b home: i3bar: only enable when i3 is used
notmuch is broken in nixpkgs right now and i3status-rust depended on it.
This broke my config's build, but I don't actually use i3status-rust
anymore since I switched to Sway on Wayland.
2025-03-07 10:04:05 +01:00
3d405d43f1 flake: bump jj to v0.27.0 2025-03-06 16:35:58 +01:00
dfcae02467 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f44bd8ca21e026135061a0a57dcf3d0775b67a49' (2025-02-26)
  → 'github:NixOS/nixpkgs/6af28b834daca767a7ef99f8a7defa957d0ade6f' (2025-03-04)
2025-03-06 16:33:38 +01:00
3 changed files with 9 additions and 9 deletions

14
flake.lock generated
View file

@ -183,16 +183,16 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1738805560,
"narHash": "sha256-jGy+0VDxQrgNhj+eX06FRhPP31V8QZVAM4j4yBosAGE=",
"lastModified": 1741218530,
"narHash": "sha256-fBgJrSglH46+NHu3spk5mC51ASDHWnOoW6veKZ0R2YA=",
"owner": "jj-vcs",
"repo": "jj",
"rev": "613742dfbbd89324b25672a75ef8ce9e671ae0d3",
"rev": "6ce7a77da5a18343f4f3effef49b77428e43bc74",
"type": "github"
},
"original": {
"owner": "jj-vcs",
"ref": "v0.26.0",
"ref": "v0.27.0",
"repo": "jj",
"type": "github"
}
@ -298,11 +298,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1740603184,
"narHash": "sha256-t+VaahjQAWyA+Ctn2idyo1yxRIYpaDxMgHkgCNiMJa4=",
"lastModified": 1741048562,
"narHash": "sha256-W4YZ3fvWZiFYYyd900kh8P8wU6DHSiwaH0j4+fai1Sk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f44bd8ca21e026135061a0a57dcf3d0775b67a49",
"rev": "6af28b834daca767a7ef99f8a7defa957d0ade6f",
"type": "github"
},
"original": {

View file

@ -59,7 +59,7 @@
type = "github";
owner = "jj-vcs";
repo = "jj";
ref = "v0.26.0";
ref = "v0.27.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View file

@ -13,7 +13,7 @@
types
;
isEnabled = config.my.home.x.enable;
isEnabled = config.my.home.x.i3.enable;
i3BarTheme = config.my.theme.i3BarTheme;
cfg = config.my.home.x.i3bar;
in {