mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 14:30:14 +01:00
feat: write dock-on-all-monitors script and install as a package
This commit is contained in:
parent
2060b91d54
commit
0d5ee75dba
2 changed files with 22 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ let
|
|||
builtins.readFile ./scripts/toggle_oppacity.sh
|
||||
);
|
||||
ascii = pkgs.writeScriptBin "ascii" (builtins.readFile ./scripts/ascii.sh);
|
||||
dock-on-all-monitors = pkgs.writeScriptBin "dock-on-all-monitors" (
|
||||
builtins.readFile ./scripts/dock-on-all-monitors.sh
|
||||
);
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -25,5 +28,6 @@ in
|
|||
toggle_blur
|
||||
toggle_oppacity
|
||||
ascii
|
||||
dock-on-all-monitors
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue