some updates
This commit is contained in:
parent
e9adb6d552
commit
9f06dd6c2c
22 changed files with 675 additions and 347 deletions
10
home-manager/modules/zen.nix
Normal file
10
home-manager/modules/zen.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [ inputs.zen-browser.packages."${system}".default ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue