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

@ -24,6 +24,7 @@
vars = {
isNixOS = true;
class = "desktop";
user = "maya"; #cursed way of setting username
};
};
home-manager.useGlobalPkgs = true;
@ -41,6 +42,7 @@
vars = {
isNixOS = false;
class = "laptop";
user = "maya";
};
};
};