add fancontrol and nom

This commit is contained in:
Tyler Mayoff 2025-10-25 20:45:10 -04:00
parent 450f53b53d
commit c6d3ec3b72
3 changed files with 10 additions and 1 deletions

View file

@ -21,6 +21,11 @@
# url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44"; # url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44";
# }; # };
fw-fanctrl = {
url = "github:TamtamHero/fw-fanctrl/packaging/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
niri = { niri = {
url = "github:sodiboo/niri-flake"; url = "github:sodiboo/niri-flake";
}; };

View file

@ -19,6 +19,7 @@
libnotify libnotify
# Shell # Shell
nom
starship starship
btop btop
ripgrep ripgrep

View file

@ -1,4 +1,5 @@
{ {
inputs,
outputs, outputs,
pkgs, pkgs,
... ...
@ -16,6 +17,8 @@
# ../../modules/nixos/android-studio.nix # ../../modules/nixos/android-studio.nix
# ../../modules/nixos/docker.nix # ../../modules/nixos/docker.nix
../../modules/nixos/podman.nix ../../modules/nixos/podman.nix
inputs.fw-fanctrl.nixosModules.default
]; ];
nixpkgs = { nixpkgs = {
@ -37,7 +40,7 @@
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="]; trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
}; };
hardware.fw-fanctrl.enable = true; programs.fw-fanctrl.enable = true;
# Enable networking # Enable networking
networking.hostName = "wash"; networking.hostName = "wash";