feat(binto): add nvidia.nix and move some hm stuff to modules

This commit is contained in:
matt1432 2023-10-17 17:53:10 -04:00
parent 9b4e7fac44
commit 8ea9debb5a
13 changed files with 96 additions and 52 deletions

View file

@ -26,6 +26,11 @@
};
};
services.xserver = {
layout = "ca";
xkbVariant = "multix";
};
home-manager.users = let
default = {
imports = [