added 'roles', sets of installed programs.
This commit is contained in:
parent
f180fc20f1
commit
43a47321e4
7 changed files with 50 additions and 22 deletions
|
@ -87,7 +87,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
};
|
||||
};
|
||||
imports = [
|
||||
../../modules/home-manager/terminal
|
||||
../../roles/terminal.nix
|
||||
../../modules/home-manager/nvim
|
||||
../../modules/home-manager/common.nix
|
||||
../../modules/home-manager/email.nix
|
||||
|
|
|
@ -34,7 +34,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
|||
home.username = "gabe";
|
||||
home.homeDirectory = /home/gabe;
|
||||
imports = [
|
||||
../modules/home-manager/terminal
|
||||
../roles/terminal.nix
|
||||
../modules/home-manager/nvim
|
||||
../modules/home-manager/common.nix
|
||||
../modules/home-manager/syncthing.nix
|
||||
|
|
|
@ -37,7 +37,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
|||
home.username = "gabe";
|
||||
home.homeDirectory = /home/gabe;
|
||||
imports = [
|
||||
../modules/home-manager/terminal
|
||||
../roles/terminal.nix
|
||||
../modules/home-manager/nvim
|
||||
../modules/home-manager/common.nix
|
||||
../modules/home-manager/syncthing.nix
|
||||
|
|
|
@ -88,7 +88,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
};
|
||||
};
|
||||
imports = [
|
||||
../../modules/home-manager/terminal
|
||||
../../roles/terminal.nix
|
||||
../../modules/home-manager/nvim
|
||||
../../modules/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue