Skip to content

Commit

Permalink
Remove solaar from autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Nov 8, 2023
1 parent 04efb04 commit 4b7433e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions modules/home-manager/gnome/autostart.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
let content = lib.readFile "${pkgs.flameshot}/share/applications/org.flameshot.Flameshot.desktop";
in lib.replaceStrings [ "/usr/bin/flameshot" ] [ "flameshot" ] content;

"autostart/${pkgs.solaar.pname}.desktop".source = "${pkgs.solaar}/share/applications/solaar.desktop";

"autostart/${pkgs.signal-desktop.pname}.desktop".source = "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";

"autostart/${pkgs.wpa_supplicant_gui.pname}.desktop".text =
Expand Down
2 changes: 0 additions & 2 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@
hs = super.callPackage ./hs { };

nodePackages = super.nodePackages // super.callPackage ./node-packages { pkgs = super; };

solaar = super.callPackage ./solaar.nix { inherit (super) solaar; };
})
]
11 changes: 0 additions & 11 deletions overlays/solaar.nix

This file was deleted.

0 comments on commit 4b7433e

Please sign in to comment.