add flakes, zen support, some fan speed tryes

This commit is contained in:
2025-11-15 08:00:50 +03:00
parent 66799e2c89
commit 7acc6b352f
8 changed files with 90 additions and 42 deletions
+8 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ inputs, config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
@@ -6,4 +6,11 @@
telegram-desktop
vscode
];
imports = [ inputs.zen-browser.homeModules.twilight ];
programs.zen-browser = {
enable = true;
# any other options under `programs.firefox` are also supported here.
# see `man home-configuration.nix`.
};
}