diff options
Diffstat (limited to 'hosts/sol/configuration.nix')
| -rw-r--r-- | hosts/sol/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index 32cc7ad..d3b965a 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -33,7 +33,7 @@ # Enable the Cinnamon Desktop Environment. services.xserver.displayManager.lightdm.enable = true; services.xserver.desktopManager.cinnamon.enable = true; - + keyboard.desktop = true; # Enable CUPS to print documents. @@ -70,6 +70,8 @@ ]; }; + services.flatpak.enable = true; + # Install firefox. programs.firefox.enable = true; |
