feat: add heimdall
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1a53b3e5c8
commit
f0b06f9250
6 changed files with 569 additions and 12 deletions
10
home/lander/heimdall.nix
Normal file
10
home/lander/heimdall.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./global
|
||||
./features/workstation
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue