almost done
This commit is contained in:
parent
1d7aff7b65
commit
c231d50826
@ -20,7 +20,10 @@
|
||||
|
||||
# Specify your home configuration modules here, for example,
|
||||
# the path to your home.nix.
|
||||
modules = [ ./home.nix ];
|
||||
modules = [
|
||||
./home.nix
|
||||
./programs.nix
|
||||
];
|
||||
|
||||
# Optionally use extraSpecialArgs
|
||||
# to pass through arguments to home.nix
|
||||
|
11
home.nix
11
home.nix
@ -22,6 +22,15 @@
|
||||
procps
|
||||
bat
|
||||
icdiff
|
||||
thefuck
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
krew
|
||||
yarn
|
||||
python39
|
||||
rustup
|
||||
nodejs_20
|
||||
virtualenv
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
@ -72,5 +81,5 @@
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
# programs.home-manager.enable = true;
|
||||
}
|
||||
|
@ -25,12 +25,12 @@
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
enableVteIntegration = true;
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "sudo" "git" "golang" "thefuck" "kubectl" "emoji" "pip" "npm" "yarn" "vscode" ];
|
||||
plugins = [ "sudo" "git" "golang" "thefuck" "kubectl" "pip" "npm" "yarn" "vscode" ];
|
||||
theme = "fishy";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user