Update flatpaks.nix
This commit is contained in:
parent
e1137320ba
commit
43757e32e1
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
<nix-flatpak/modules/nixos.nix>
|
<nix-flatpak/modules/nixos.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
|
config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {
|
||||||
|
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -28,4 +30,5 @@
|
||||||
#};
|
#};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue