mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: figuring out structure...
This commit is contained in:
parent
9cc9afa434
commit
573563c3d2
3 changed files with 16 additions and 4 deletions
9
home/modules/development.nix
Normal file
9
home/modules/development.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }: let
|
||||
inherit (lib.modules) mkIf;
|
||||
in {
|
||||
config = mkIf config.role.development {
|
||||
home.packages = [
|
||||
pkgs.deadnix
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue