nixfmt
This commit is contained in:
parent
ac021ac976
commit
91eea7811a
9 changed files with 259 additions and 256 deletions
|
@ -51,7 +51,7 @@
|
|||
flake = false;
|
||||
};
|
||||
npmlock2nix = {
|
||||
url = github:nix-community/npmlock2nix;
|
||||
url = "github:nix-community/npmlock2nix";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
@ -86,7 +86,8 @@
|
|||
nixosModules.common-chekkie = import ./users/chekkie.nix;
|
||||
|
||||
homeManagerModules.common = import ./home-manager/common.nix inputs;
|
||||
homeManagerModules.common-notgne2 = import ./home-manager/users/notgne2.nix inputs;
|
||||
homeManagerModules.common-notgne2 =
|
||||
import ./home-manager/users/notgne2.nix inputs;
|
||||
homeManagerModules.common-glooder = import ./home-manager/users/glooder.nix;
|
||||
homeManagerModules.common-chekkie = import ./home-manager/users/chekkie.nix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue