feat: add some misc apps
This commit is contained in:
parent
ad26eaee4b
commit
1d1e2110dc
4 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,9 @@
|
|||
home-manager,
|
||||
...
|
||||
} @ inputs: let
|
||||
# args will later be used in outputs to inherit the flake and its inputs for use in modules.
|
||||
args = {inherit self inputs;};
|
||||
# mkSystem lets us repeat the same config for multiple systems, called later in outputs.
|
||||
mkSystem = hostname:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue