universeair: follow nixpkgs

This commit is contained in:
2023-09-01 14:15:14 -04:00
parent c2b0b8a93a
commit 9f1d0881bb
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
{ config, pkgs, ... }: let
{ config, pkgs, inputs, ... }: let
in
{
nix.registry.nixpkgs.flake = inputs.nixpkgs;
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
users.users.universelaptop = {