Move some more things around and restructure things better
This commit is contained in:
parent
84d5732a32
commit
f2cdf01122
8 changed files with 66 additions and 83 deletions
|
@ -4,8 +4,8 @@
|
|||
./swappy
|
||||
];
|
||||
|
||||
home.packages = let
|
||||
swayShot = pkgs.writeScriptBin "swayshot" ''
|
||||
home.packages = with pkgs; [
|
||||
(pkgs.writeScriptBin "swayshot" ''
|
||||
# Swappy
|
||||
handle_swappy() {
|
||||
# Create an imv window to act as a static screen
|
||||
|
@ -57,8 +57,6 @@
|
|||
else
|
||||
echo "Please use the arguments --swappy or --screen."
|
||||
fi
|
||||
'';
|
||||
in with pkgs; [
|
||||
swayShot
|
||||
'')
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue