mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: deadnix
This commit is contained in:
parent
862395c45b
commit
9cc9afa434
2 changed files with 6 additions and 1 deletions
5
home/profiles/development.nix
Normal file
5
home/profiles/development.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = [
|
||||
pkgs.deadnix
|
||||
];
|
||||
}
|
||||
|
|
@ -97,7 +97,7 @@ in utils.lib.mkFlake {
|
|||
homeManagerConfigurations = mapAttrs (name: path: home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = channels.nixpkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs tree;
|
||||
inherit channels inputs tree;
|
||||
machine = name;
|
||||
nixos = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue