fixed foot transparency, got username to be set in flake.nix per-host

This commit is contained in:
beanigen 2025-02-05 17:50:10 +08:00
parent 610b4f046b
commit 907bc6f048
No known key found for this signature in database
7 changed files with 25 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}:{
{pkgs, vars, ...}:{
home.packages = with pkgs; [
prismlauncher
libgpod
@ -11,7 +11,6 @@
emacs
comma
openscad
nixgl.nixGLIntel
openutau
wlr-randr
grim
@ -40,5 +39,5 @@
firefox
v4l-utils
libreoffice
];
] ++ (if !vars.isNixOS then [nixgl.nixGLIntel] else []);
}