🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
5
shared/desktop/home-manager/zen/default.nix
Normal file
5
shared/desktop/home-manager/zen/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ inputs.zen-browser.packages.${system}.default ]; # Beta
|
||||
}
|
Reference in New Issue
Block a user