diff --git a/configuration.nix b/configuration.nix index b8cec05..8edb6b7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,10 +75,7 @@ # Enable touchpad support (enabled default in most desktopManager). # services.libinput.enable = true; - # enable flatpak - services.flatpak.enable = true; - - # List packages installed in system profile. To search, run: + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. diff --git a/plasma.nix b/plasma.nix index 6d245ee..ec449ce 100644 --- a/plasma.nix +++ b/plasma.nix @@ -12,7 +12,8 @@ pkgs.kdePackages.elisa ]; - + # enable flatpak + services.flatpak.enable = true; # Enable sound. services.pipewire = {