From 0fc73cd746a1a77d59a3d19b5cce6cab5a0bc207 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 25 Sep 2024 03:29:06 -0400 Subject: [PATCH] Commit for generation 71 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index c36251f..aa0e199 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,10 @@ }; } ]; - environment.systemPackages = with nixpkgs; environment.systemPackages ++ [ - rose-pine-hyprcursor.packages."x86_64-linux".default - ]; }; + environment.systemPackages = with nixpkgs; environment.systemPackages ++ [ + rose-pine-hyprcursor.packages."x86_64-linux".default + ]; }; }; }