Add Tablet
This commit is contained in:
parent
380393b423
commit
fa8299ee29
11 changed files with 150 additions and 1 deletions
4
hosts/intuos/users/default.nix
Normal file
4
hosts/intuos/users/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./main ];
|
||||
}
|
8
hosts/intuos/users/main/default.nix
Normal file
8
hosts/intuos/users/main/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
desktop.enable = true;
|
||||
production.enable = true;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue