build(flake): add home-manager and example config
This commit is contained in:
parent
1fc8230bfc
commit
f670889e29
5 changed files with 53 additions and 2 deletions
|
@ -9,6 +9,11 @@
|
|||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
# home-manager manages our user packages and dotfiles
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# import-tree imports all nix files in a given directory.
|
||||
import-tree.url = "github:vic/import-tree";
|
||||
# files lets us write text files and automatically add checks for them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue