diff options
author | polwex <polwex@sortug.com> | 2025-02-21 17:52:29 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-02-21 17:52:29 +0700 |
commit | 73b7d2b9fcd3e1692823655f2b4bf23201e0ae1b (patch) | |
tree | 38df10058aae38e437938cb456d7374236d2ae2e | |
parent | 02ea8a3dd32173351206c2c9b2aaa458904e8966 (diff) |
m
-rw-r--r-- | hosts/local/fw11/configuration.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index ad8fffd..197e8ca 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -23,7 +23,7 @@ in { ../../base.nix ../../linux.nix # ../../syncthing.nix - ../../unfree.nix + # ../../unfree.nix # ../wayland.nix # ./keyboard.nix # ../android.nix @@ -67,7 +67,10 @@ in { # firmware update services.fwupd.enable = true; - services.flatpak.enable = true; + #flatpak + # services.flatpak.enable = true; + # xdg.portal.enable = true; + #/flatpak # don't sleep if closed lid; services.logind.lidSwitchExternalPower = "ignore"; services.logind.lidSwitchDocked = "ignore"; |