From d2c23e19192cb1867cb86b5b9936e4d16d925e91 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Tue, 6 Feb 2024 03:10:55 -0800 Subject: [PATCH] updated system config --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;