mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
add gui option
This commit is contained in:
parent
24af8c82c1
commit
bdd527ddad
8 changed files with 14 additions and 11 deletions
|
@ -10,9 +10,7 @@ in {
|
|||
services.zerotierone.enable = true;
|
||||
services.zerotierone.joinNetworks = [ "9e1948db638e9f93" ] ++ lib.optional (config.networking.hostName == "kuraokami") "7c31a21e86f9a75c";
|
||||
services.zerotierone.port = 9993;
|
||||
environment.systemPackages = with pkgs; [
|
||||
moonlight-qt
|
||||
];
|
||||
environment.systemPackages = with pkgs; lib.optinal config.jopejoe1.gui.enable moonlight-qt;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue