changed home-manager/default to common, added non-starship zsh prompt.
This commit is contained in:
parent
80ac00a7cf
commit
f180fc20f1
10 changed files with 64 additions and 24 deletions
|
@ -89,7 +89,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
imports = [
|
||||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager/nvim
|
||||
../../modules/home-manager
|
||||
../../modules/home-manager/common.nix
|
||||
../../modules/home-manager/email.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
|
|
@ -28,6 +28,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
|||
workProfile.enable = false;
|
||||
};
|
||||
};
|
||||
host.isLaptop = true;
|
||||
|
||||
targets.genericLinux.enable = true;
|
||||
home.username = "gabe";
|
||||
|
@ -35,7 +36,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
|||
imports = [
|
||||
../modules/home-manager/terminal
|
||||
../modules/home-manager/nvim
|
||||
../modules/home-manager
|
||||
../modules/home-manager/common.nix
|
||||
../modules/home-manager/syncthing.nix
|
||||
../modules/home-manager/beets.nix
|
||||
../modules/home-manager/mpd/mpd.nix
|
||||
|
|
|
@ -39,7 +39,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
|||
imports = [
|
||||
../modules/home-manager/terminal
|
||||
../modules/home-manager/nvim
|
||||
../modules/home-manager
|
||||
../modules/home-manager/common.nix
|
||||
../modules/home-manager/syncthing.nix
|
||||
../modules/home-manager/email.nix
|
||||
../modules/home-manager/beets.nix
|
||||
|
|
|
@ -17,7 +17,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
../../modules/nixos/common.nix
|
||||
../../modules/nixos/printing.nix
|
||||
../../modules/both/sound.nix
|
||||
../../modules/both/networking.nix
|
||||
../../modules/nixos/networking.nix
|
||||
../../modules/both/i3
|
||||
({
|
||||
config,
|
||||
|
@ -90,7 +90,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
imports = [
|
||||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager/nvim
|
||||
../../modules/home-manager
|
||||
../../modules/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue