Auto-commit: 2026-01-05 17:51:14
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ inputs, pkgs, nixosConfig, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
config = lib.mkIf nixosConfig.my.desktop.enable {
|
||||
home.file."catppuccin-zen" = {
|
||||
target = ".zen/default/chrome/catppuccin-zen";
|
||||
source = (
|
||||
@@ -95,4 +96,5 @@
|
||||
associations.added = associations;
|
||||
defaultApplications = associations;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user