mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-16 09:21:10 -05:00
Trying to add a script.
This commit is contained in:
parent
d72827957d
commit
b46a589d06
2 changed files with 11 additions and 0 deletions
10
hosts/kim/wowup.nix
Normal file
10
hosts/kim/wowup.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
(pkgs.writeShellScriptBin "WoWUp.sh" ''
|
||||
#!/home/${home.username}/.nix-profile/bin/bash
|
||||
|
||||
appimage-run /home/${home.username}/win/bin/WowUp-CF-2.20.0.AppImage
|
||||
'')
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue