✨ Moved common home-manager config to shared/home-manager
This commit is contained in:
12
shared/home-manager/zen/default.nix
Normal file
12
shared/home-manager/zen/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# TODO programatically get default name
|
||||
home = {
|
||||
file.".zen/audtxq7n.default/chrome" = {
|
||||
source = ./chrome;
|
||||
recursive = true;
|
||||
};
|
||||
packages = with pkgs; [ inputs.zen-browser.packages.${system}.default ]; # Beta
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user