this work?

This commit is contained in:
Noa Aarts 2025-03-29 21:50:25 +01:00
parent 230e50436d
commit c6ce360e08
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 11 additions and 9 deletions

View file

@ -154,7 +154,6 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in
(import ./common/home {
enableGraphical = true;
enableFlut = false;
@ -170,6 +169,7 @@
scale = "1";
}
];
local_inputs = inputs;
extraConfig = {
programs.btop.package = pkgs.btop.overrideAttrs (oldAttrs: {
cmakeFlags = (oldAttrs.cmakeFlags or [ ]) ++ [