mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
added wacom
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
7beb435913
commit
9f82af8968
1 changed files with 3 additions and 0 deletions
|
@ -226,6 +226,9 @@ in {
|
|||
};
|
||||
flatpak.enable = true;
|
||||
packagekit.enable = true;
|
||||
xserver = {
|
||||
wacom.enable = true;
|
||||
};
|
||||
};
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue