mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
add fancontrol and nom
This commit is contained in:
parent
450f53b53d
commit
c6d3ec3b72
3 changed files with 10 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
libnotify
|
libnotify
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
|
nom
|
||||||
starship
|
starship
|
||||||
btop
|
btop
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue