switch to default.nix for home-manager
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
{ config, lib, pkgs, pkgs-us, self, ... }: {
|
||||
{ config, lib, pkgs, inputs, ... }: let
|
||||
system = "x86_64-linux";
|
||||
|
||||
pkgs-us = import inputs.nixpkgs-us {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
imports = [
|
||||
./scripts
|
||||
self.inputs.external.hmModule
|
||||
];
|
||||
|
||||
options.homeconfig.minimal = lib.options.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user