Remove unnecessary bits

This commit is contained in:
Smaug123
2021-07-09 08:51:10 +01:00
parent 057ce85c95
commit 5260915e52
2 changed files with 4 additions and 6 deletions

View File

@@ -189,10 +189,13 @@ in
"vscode-extension-ms-vscode-remote-remote-ssh" "vscode-extension-ms-vscode-remote-remote-ssh"
]; ];
# This line is required; otherwise, on shell startup, you won't have Nix stuff in the PATH.
programs.zsh.enable = true;
# Use a custom configuration.nix location. # Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix # $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix"; # environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
environment.darwinConfig = "$HOME/.nixpkgs/darwin-configuration.nix"; #environment.darwinConfig = "$HOME/.nixpkgs/darwin-configuration.nix";
# Auto upgrade nix package and the daemon service. # Auto upgrade nix package and the daemon service.
# services.nix-daemon.enable = true; # services.nix-daemon.enable = true;

View File

@@ -18,11 +18,6 @@
# changes in each release. # changes in each release.
home.stateVersion = "21.05"; home.stateVersion = "21.05";
# TODO: why do I need this? surely home-manager can do it
home.sessionPath = [
"/etc/profiles/per-user/Patrick/bin"
];
home.packages = home.packages =
[ [
pkgs.tmux pkgs.tmux