forked from jan-leila/nix-config
Compare commits
No commits in common. "a2b076e2e58c0519a123fb7a7fad0dac296c59be" and "703f35d52cd21db5ce7a1201344a1e04ddc4c3da" have entirely different histories.
a2b076e2e5
...
703f35d52c
2 changed files with 0 additions and 6 deletions
|
@ -18,7 +18,6 @@ in {
|
|||
home.packages = lib.lists.optionals userConfig.isDesktopUser (
|
||||
with pkgs; [
|
||||
ungoogled-chromium
|
||||
krita
|
||||
(lib.mkIf hardware.piperMouse.enable piper)
|
||||
]
|
||||
);
|
||||
|
|
|
@ -36,11 +36,6 @@
|
|||
|
||||
# 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue