From 54ed950cecd54dc4eda5061a0d9b72842c7e8849 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 18 May 2024 15:18:48 -0400 Subject: [PATCH] flake: removed incorrect args from homeConfigurations --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index f9ac3baf..cc35d089 100644 --- a/flake.nix +++ b/flake.nix @@ -49,13 +49,11 @@ pkgs = import nixpkgs {system = "x86_64-linux";}; modules = [./aly.nix]; extraSpecialArgs = inputs; - backupFileExtension = "backup"; }; dustin = home-manager.lib.homeManagerConfiguration { pkgs = import nixpkgs {system = "x86_64-linux";}; modules = [./dustin.nix]; extraSpecialArgs = inputs; - backupFileExtension = "backup"; }; };