From dd5c53a97954fb2e84a4459e3126b4383c0177cc Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 15 Oct 2025 12:07:44 -0500 Subject: [PATCH] powertop --- hosts/default.nix | 1 + users/blake/dots/stylix/default.nix | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 users/blake/dots/stylix/default.nix diff --git a/hosts/default.nix b/hosts/default.nix index bfffc9b..5b51597 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -25,6 +25,7 @@ vim lf btop + powertop ]; # set timezone diff --git a/users/blake/dots/stylix/default.nix b/users/blake/dots/stylix/default.nix new file mode 100644 index 0000000..32d5b03 --- /dev/null +++ b/users/blake/dots/stylix/default.nix @@ -0,0 +1,13 @@ +{ + pkgs, + config, + lib, + inputs, + ... +}: +{ + imports = [ + inputs.stylix.homeManagerModules.default + ]; + +}