fix nixgl

This commit is contained in:
beanigen 2025-02-05 10:18:21 +08:00
parent fadcbfc57b
commit 3c2c5bbb94
No known key found for this signature in database
3 changed files with 15 additions and 2 deletions

View file

@ -33,6 +33,17 @@
];
};
#other confs go here, cant be assed rn
homeConfigurations.generic = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "x86_64-linux"; overlays = [inputs.nixgl.overlay]; };
modules = [ ./home ];
extraSpecialArgs = {
inherit inputs;
vars = {
isNixOS = false;
class = "laptop";
};
};
};
};
}

View file

@ -11,6 +11,7 @@
emacs
comma
openscad
nixgl.nixGLIntel
openutau
wlr-randr
grim

View file

@ -1,4 +1,4 @@
@import "/nix/store/f9wv2p1q7wvqygsic1pkdgrxlid2cmw3-waybar-ee8ed32/mocha.css";
@import "/home/maya/.config/nixos/home/waybar/mocha.css";
* {
font-family: Iosevka NF;
}
@ -10,7 +10,8 @@ window#waybar {
}
#clock,
#wireplumber,
#mpd {
#mpd,
#battery {
padding: 5px;
border-radius: 10px;
border: 0.2em solid #cba6f7;