add nicotine-plus
This commit is contained in:
parent
69525d4046
commit
733b6ac48b
@ -13,6 +13,7 @@
|
|||||||
customProfiles.emulators
|
customProfiles.emulators
|
||||||
customProfiles.hoyo
|
customProfiles.hoyo
|
||||||
customProfiles.minecraft
|
customProfiles.minecraft
|
||||||
|
customProfiles.nicotine
|
||||||
customProfiles.sunshine
|
customProfiles.sunshine
|
||||||
customProfiles.wine-games
|
customProfiles.wine-games
|
||||||
];
|
];
|
||||||
|
12
profiles/applications/nicotine.nix
Normal file
12
profiles/applications/nicotine.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ config, lib, pkgs, ... }: {
|
||||||
|
home-manager.users.${config.mainuser} = {
|
||||||
|
home.packages = [ pkgs.nicotine-plus ];
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 2234 ];
|
||||||
|
|
||||||
|
persist.state.homeDirectories = [
|
||||||
|
".config/nicotine"
|
||||||
|
".local/share/nicotine"
|
||||||
|
];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user