diff --git a/configuration.nix b/configuration.nix index e01540d..e88e617 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,6 +8,8 @@ }: { nixpkgs.config.allowUnfree = true; + services.flatpak.enable = true; + nix.settings.experimental-features = ["nix-command" "flakes"]; programs.hyprland.enable = true;