commit | fc989caf9fef308144798fe5605d515281de4d9f | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Mon Oct 14 14:45:24 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Thu Nov 07 18:09:35 2024 +0000 |
tree | 64f0ac64c7896c95730519c63c71c97d6303eed1 | |
parent | 291d96b4c4c010da7d7a1abd588e04ace33e3fd2 [diff] [blame] |
feat(shorthair): Add qemu utilities, add fbc Change-Id: I0f001997cd453604486fad137ceff62f019286b8 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/886 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix index 653983f..c3e8238 100644 --- a/homes/x86_64-linux/coded@shorthair/default.nix +++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -21,7 +21,7 @@ { chimera.users.coded.enable = true; - chimera.waybar.modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input"; + chimera.waybar.enable = lib.mkForce false; chimera.niri = { enable = true; @@ -99,4 +99,6 @@ }; }; }; + + home.packages = [ pkgs.amdgpu_top pkgs.bottles ]; }