Restructure home-manager
This commit is contained in:
parent
34eb186509
commit
4e38e27271
11 changed files with 249 additions and 334 deletions
13
users/desktops/user.nix
Normal file
13
users/desktops/user.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Host-common imports
|
||||
../common/programs.nix
|
||||
../common/home.nix
|
||||
# Desktop-common imports
|
||||
./common/programs.nix
|
||||
./common/services.nix
|
||||
./common/home.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue