llynx: comments
This commit is contained in:
parent
d7e5280f4f
commit
92371c86bf
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
# boot.binfmt.emulatedSystems = [
|
# boot.binfmt.emulatedSystems = [
|
||||||
# "x86_64-linux"
|
# "x86_64-linux"
|
||||||
|
# "i686-linux"
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
# Install/enable all proprietary firmware
|
# Install/enable all proprietary firmware
|
||||||
|
@ -69,6 +70,9 @@
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# programs.steam.enable = true;
|
||||||
|
# hardware.graphics.enable32Bit = lib.mkForce false;
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
systemd.services.flatpak-repo = {
|
systemd.services.flatpak-repo = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue