add result to gitignore
This commit is contained in:
parent
0a46d32387
commit
848a040202
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
result
|
|
@ -16,7 +16,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{ nixpkgs.overlays = [ nur.overlay ]; }
|
||||
({ pkgs, ... }@args: home-manager.nixosModules.home-manager {
|
||||
(args: home-manager.nixosModules.home-manager {
|
||||
inherit (args) lib pkgs config utils;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
Loading…
Reference in a new issue