[NixOS] Fix clipit systemd issues
This commit is contained in:
parent
103ba029a5
commit
87e9060a2b
@ -6,7 +6,7 @@ After=taffybar.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/env clipit
|
ExecStart=/usr/bin/env clipit
|
||||||
ExecStop=/usr/bin/pkill clipit
|
ExecStop=/usr/bin/env pkill clipit
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wm.target
|
WantedBy=wm.target
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=imwheel
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/bin/env imwheel -b 45
|
|
||||||
ExecStop=/usr/bin/pkill imwheel
|
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=wm.target
|
|
@ -21,13 +21,13 @@ let
|
|||||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [pkgs.libappindicator-gtk3];
|
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [pkgs.libappindicator-gtk3];
|
||||||
});
|
});
|
||||||
clipit-master = pkgs.clipit.overrideAttrs (oldAttrs: rec {
|
clipit-master = pkgs.clipit.overrideAttrs (oldAttrs: rec {
|
||||||
version = "9741c39382a3f6e4c03eac6905a49794d07c465a";
|
version = "45e46d03b3ff315b5b380004d85fb499b4c139db";
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
configureFlags = ["--with-gtk3" "--enable-appindicator"];
|
configureFlags = ["--with-gtk3" "--enable-appindicator"];
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "IvanMalison";
|
owner = "IvanMalison";
|
||||||
repo = "ClipIt";
|
repo = "ClipIt";
|
||||||
sha256 = "13lddvbsp16nir9ibllr403qxhwyh4h2bh6774icbb250pghykjx";
|
sha256 = "13myjcc95x1957p92j28kfm6xngwg3bw5ifmvdaddz6pzfddd40h";
|
||||||
rev = version;
|
rev = version;
|
||||||
};
|
};
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
@ -181,6 +181,7 @@ in
|
|||||||
binutils
|
binutils
|
||||||
dfeet
|
dfeet
|
||||||
gcc
|
gcc
|
||||||
|
gdb
|
||||||
gitFull
|
gitFull
|
||||||
git-sync
|
git-sync
|
||||||
gnumake
|
gnumake
|
||||||
|
Loading…
Reference in New Issue
Block a user