mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update shell
This commit is contained in:
parent
194a7897a9
commit
f1ace83de4
2 changed files with 5 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -197,11 +197,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_2"
|
"treefmt-nix": "treefmt-nix_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741112515,
|
"lastModified": 1741217919,
|
||||||
"narHash": "sha256-UEMiUMp8UAJ7PG1FRPa6TEWRHGMs3SGgA1olHJBcRM4=",
|
"narHash": "sha256-ZN7qlqgTNCFccKGBWygSZ5MY73PYYkEEGzLqlnux2Ks=",
|
||||||
"owner": "nickolaj-jepsen",
|
"owner": "nickolaj-jepsen",
|
||||||
"repo": "fireproof-shell",
|
"repo": "fireproof-shell",
|
||||||
"rev": "221175c31b91832073c62bb90ed547fc006fb332",
|
"rev": "60f68b4b5db5dd119b97f116b7da74fb55ac143a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
monitor.main = (builtins.head config.monitors).name or "";
|
monitor.main = (builtins.head config.monitors).name or "";
|
||||||
launcher.uwsm = true;
|
launcher.uwsm = true;
|
||||||
|
notification.ignore = ["/^Spotify/"];
|
||||||
|
tray.ignore = ["/spotify/"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue