mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: teheheheee
This commit is contained in:
parent
47c88c3dfc
commit
9130316c24
14 changed files with 261 additions and 261 deletions
16
nixos/profiles/gaming/wine.nix
Normal file
16
nixos/profiles/gaming/wine.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
systemd.user.services.kanon = {
|
||||
description = "Kanon";
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.katwine}/bin/katwine kanon";
|
||||
Type = "forking";
|
||||
};
|
||||
};
|
||||
systemd.user.services.hanahira = {
|
||||
description = "Hanahira";
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.katwine}/bin/katwine hanahira";
|
||||
Type = "forking";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue