added kernel

This commit is contained in:
kenji
2025-12-25 08:53:23 -06:00
parent c604816aa9
commit 2d9f95e8e5
6 changed files with 21 additions and 9 deletions
+1
View File
@@ -1,6 +1,7 @@
{
pkgs,
myConfig,
inputs,
...
}: {
programs.firefox = {
+6
View File
@@ -11,6 +11,12 @@
stylix = {
autoEnable = false;
targets = {
firefox = {
enable = true;
profileNames = [
"hakase"
];
};
waybar.enable = true;
ghostty.enable = true;
hyprpaper.enable = true;