add: matugen
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
search.force = true;
|
||||
isDefault = true;
|
||||
search.default = "ddg";
|
||||
extensions.force = true;
|
||||
|
||||
# Full declarative mode enabled.
|
||||
# Note: Manual bookmarks added in the UI will be overwritten on next rebuild.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
matugen
|
||||
];
|
||||
}
|
||||
@@ -12,7 +12,8 @@
|
||||
autoEnable = false;
|
||||
targets = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
colorTheme.enable = true;
|
||||
profileNames = [
|
||||
"hakase"
|
||||
];
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../../apps/stylix/home.nix
|
||||
../../apps/matugen/home.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user