Directly calling zsh.nix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ pkgs, user, ... } :
|
{ pkgs, user, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./apps/ai.nix
|
./apps/ai.nix
|
||||||
#./apps/default-apps.nix
|
#./apps/default-apps.nix
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
./dev/dev.nix
|
./dev/dev.nix
|
||||||
./dev/shells.nix
|
./dev/shells.nix
|
||||||
./dev/starship.nix
|
./dev/starship.nix
|
||||||
|
./dev/zsh.nix
|
||||||
./dev/emacs
|
./dev/emacs
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -23,7 +24,5 @@
|
|||||||
home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}";
|
home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}";
|
||||||
home.stateVersion = user.stateVersion;
|
home.stateVersion = user.stateVersion;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user