pulled in eves changes #4

Merged
jan-leila merged 3 commits from Lithospherical/nix-config:main into main 2025-06-05 04:58:21 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 98a1d1da60 - Show all commits

View file

@ -6,6 +6,7 @@
...
}: let
userConfig = osConfig.host.users.eve;
hardware = osConfig.host.hardware;
in {
config = {
nixpkgs.config = {
@ -17,6 +18,7 @@ in {
home.packages = lib.lists.optionals userConfig.isDesktopUser (
with pkgs; [
ungoogled-chromium
(lib.mkIf hardware.piperMouse.enable piper)
]
);

View file

@ -49,6 +49,9 @@
isPrincipleUser = true;
};
};
hardware = {
piperMouse.enable = true;
};
storage = {
enable = true;