From 2ca4fd81c5f4731e74d3bdaaea1933bbf7c7bfe9 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Mon, 17 Feb 2025 09:20:13 +0100 Subject: [PATCH] move flatpak to desktop configuration --- configuration.nix | 5 +---- plasma.nix | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) 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 = {