From 60b6c64a25fd48c66b933f5da8c8764a3ec6cac6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 23 Aug 2023 20:06:23 +0900 Subject: [PATCH] test --- flake.nix | 2 +- lib/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1e4acb69..fd7986ec 100644 --- a/flake.nix +++ b/flake.nix @@ -30,4 +30,4 @@ "root@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; username = "root"; desktop = "gnome"; }; }; }; -} +} \ No newline at end of file diff --git a/lib/default.nix b/lib/default.nix index 3b0edf21..ad509406 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,4 +1,4 @@ -{ inputs, outputs, stateVersion, hmStateVersion, ... }: { +{ inputs, outputs, hmStateVersion, stateVersion, ... }: { # Helper function for generating home-manager configs mkHome = { hostname, username, desktop ? null, platform ? "x86_64-linux" }: inputs.home-manager.lib.homeManagerConfiguration { pkgs = inputs.nixpkgs.legacyPackages.${platform};