forked from jan-leila/nix-config
Compare commits
3 commits
703f35d52c
...
a2b076e2e5
Author | SHA1 | Date | |
---|---|---|---|
a2b076e2e5 | |||
95e500593e | |||
7e595d4fc0 |
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ in {
|
||||||
home.packages = lib.lists.optionals userConfig.isDesktopUser (
|
home.packages = lib.lists.optionals userConfig.isDesktopUser (
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
krita
|
||||||
(lib.mkIf hardware.piperMouse.enable piper)
|
(lib.mkIf hardware.piperMouse.enable piper)
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -36,6 +36,11 @@
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
# Enable wacom touchscreen device
|
||||||
|
services.xserver.wacom.enable = true;
|
||||||
|
|
||||||
|
# installed opentabletdriver
|
||||||
|
hardware.opentabletdriver.enable = true;
|
||||||
|
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
services.displayManager.gdm.enable = true;
|
services.displayManager.gdm.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue