fix nixgl
This commit is contained in:
parent
fadcbfc57b
commit
3c2c5bbb94
3 changed files with 15 additions and 2 deletions
11
flake.nix
11
flake.nix
|
|
@ -33,6 +33,17 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
#other confs go here, cant be assed rn
|
#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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
emacs
|
emacs
|
||||||
comma
|
comma
|
||||||
openscad
|
openscad
|
||||||
|
nixgl.nixGLIntel
|
||||||
openutau
|
openutau
|
||||||
wlr-randr
|
wlr-randr
|
||||||
grim
|
grim
|
||||||
|
|
|
||||||
|
|
@ -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;
|
font-family: Iosevka NF;
|
||||||
}
|
}
|
||||||
|
|
@ -10,7 +10,8 @@ window#waybar {
|
||||||
}
|
}
|
||||||
#clock,
|
#clock,
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#mpd {
|
#mpd,
|
||||||
|
#battery {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 0.2em solid #cba6f7;
|
border: 0.2em solid #cba6f7;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue