From 01ccb0cead584733e6c89fcad44c441fe05bc5c7 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 22 Feb 2023 02:22:10 -0500 Subject: switch back to alejandra nixpkgs-fmt is weird... --- util/user.nix | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'util/user.nix') diff --git a/util/user.nix b/util/user.nix index f392eb1..21cbd4e 100644 --- a/util/user.nix +++ b/util/user.nix @@ -1,12 +1,11 @@ -{ home-manager, ... }: { - mkHMUser = - { username - , stateVersion ? "22.11" - , system ? "x86_64-linux" - , channel - , modules ? [ ] - , - }: +{home-manager, ...}: { + mkHMUser = { + username, + stateVersion ? "22.11", + system ? "x86_64-linux", + channel, + modules ? [], + }: home-manager.lib.homeManagerConfiguration { pkgs = channel.legacyPackages.${system}; modules = @@ -17,7 +16,7 @@ nix = { package = channel.legacyPackages.${system}.nixFlakes; - settings.experimental-features = [ "nix-command" "flakes" ]; + settings.experimental-features = ["nix-command" "flakes"]; }; systemd.user.startServices = true; -- cgit v1.2.3