move flatpak to desktop configuration
This commit is contained in:
@@ -75,10 +75,7 @@
|
|||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.libinput.enable = true;
|
# services.libinput.enable = true;
|
||||||
|
|
||||||
# enable flatpak
|
# List packages installed in system profile. To search, run:
|
||||||
services.flatpak.enable = true;
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
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
|
pkgs.kdePackages.elisa
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# enable flatpak
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|||||||
Reference in New Issue
Block a user