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 + ]; + +}