diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 401d1a5..81ffcb8 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -21,6 +21,11 @@ # url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44"; # }; + fw-fanctrl = { + url = "github:TamtamHero/fw-fanctrl/packaging/nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + niri = { url = "github:sodiboo/niri-flake"; }; diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index e557298..71f010e 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -19,6 +19,7 @@ libnotify # Shell + nom starship btop ripgrep diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index b7228a5..767b82e 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -1,4 +1,5 @@ { + inputs, outputs, pkgs, ... @@ -16,6 +17,8 @@ # ../../modules/nixos/android-studio.nix # ../../modules/nixos/docker.nix ../../modules/nixos/podman.nix + + inputs.fw-fanctrl.nixosModules.default ]; nixpkgs = { @@ -37,7 +40,7 @@ trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="]; }; - hardware.fw-fanctrl.enable = true; + programs.fw-fanctrl.enable = true; # Enable networking networking.hostName = "wash";