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
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue