mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -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
|
|
@ -15,6 +15,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
./hardware-configuration.nix
|
||||
./audio.nix
|
||||
./netbird.nix
|
||||
./wowup.nix
|
||||
../../modules/common
|
||||
../../modules/nixos
|
||||
{
|
||||
|
|
|
|||
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