mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 02:20:14 +01:00
remove explicit pathsToLink
This commit is contained in:
parent
f5b0ca48a7
commit
95f3a43622
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
config = {
|
||||
environment = {
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
systemPackages = with pkgs; [
|
||||
ncdu
|
||||
glances
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
export PATH=$PATH:/home/vinzenz/.cargo/bin
|
||||
'';
|
||||
|
||||
enableCompletion = true;
|
||||
|
||||
shellAliases = {
|
||||
my-apply = "sudo nixos-rebuild boot --flake";
|
||||
my-switch = "sudo nixos-rebuild switch --flake";
|
||||
|
|
Loading…
Reference in a new issue