Changes
This commit is contained in:
3
modules/art/default.nix
Normal file
3
modules/art/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ ... }: {
|
||||
services.xserver.wacom.enable = true;
|
||||
}
|
||||
5
modules/art/home.nix
Normal file
5
modules/art/home.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
pkgs.gimp
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user