Skip to content

Commit e567881

Browse files
committed
Update kanshi-sni input
1 parent 10d26e9 commit e567881

4 files changed

Lines changed: 4 additions & 137 deletions

File tree

nixos/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nixos/patches/kanshi-sni-keep-menu-root-alive.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

nixos/patches/kanshi-sni-refresh-and-reconnect.patch

Lines changed: 0 additions & 96 deletions
This file was deleted.

nixos/sni.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
...
88
}: let
99
system = pkgs.stdenv.hostPlatform.system;
10-
kanshiSniPackage = inputs.kanshi-sni.packages.${system}.default.overrideAttrs (old: {
11-
patches =
12-
(old.patches or [])
13-
++ [
14-
./patches/kanshi-sni-refresh-and-reconnect.patch
15-
./patches/kanshi-sni-keep-menu-root-alive.patch
16-
];
17-
});
10+
kanshiSniPackage = inputs.kanshi-sni.packages.${system}.default;
1811
in
1912
makeEnable config "myModules.sni" true {
2013
systemd.user.services.blueman-applet.serviceConfig.ExecStart = lib.mkForce [

0 commit comments

Comments
 (0)