main #7

Merged
jan-leila merged 3 commits from Lithospherical/nix-config:main into main 2025-06-25 02:48:38 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit a2b076e2e5 - Show all commits

View file

@ -18,6 +18,7 @@ in {
home.packages = lib.lists.optionals userConfig.isDesktopUser (
with pkgs; [
ungoogled-chromium
krita
(lib.mkIf hardware.piperMouse.enable piper)
]
);

View file

@ -36,6 +36,11 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
# Enable wacom touchscreen device
services.xserver.wacom.enable = true;
# installed opentabletdriver
hardware.opentabletdriver.enable = true;
# Enable the GNOME Desktop Environment.
services.displayManager.gdm.enable = true;