fixed foot transparency, got username to be set in flake.nix per-host
This commit is contained in:
parent
610b4f046b
commit
907bc6f048
7 changed files with 25 additions and 12 deletions
|
|
@ -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 []);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue