move flatpak to desktop configuration
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
pkgs.kdePackages.elisa
|
||||
];
|
||||
|
||||
|
||||
# enable flatpak
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
services.pipewire = {
|
||||
|
||||
Reference in New Issue
Block a user