mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-08 16:08:39 +00:00
Remove unnecessary bits
This commit is contained in:
@@ -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;
|
||||||
|
5
home.nix
5
home.nix
@@ -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
|
||||||
|
Reference in New Issue
Block a user