Merge branch 'nixos' into nixos-work
This commit is contained in:
commit
55ba8d6127
19 changed files with 174 additions and 17 deletions
|
|
@ -62,6 +62,8 @@ in
|
|||
fish.enable = true;
|
||||
git.enable = true;
|
||||
gpg.enable = true;
|
||||
navi.enable = true;
|
||||
tmux.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -98,8 +100,8 @@ in
|
|||
exa
|
||||
gparted
|
||||
neofetch
|
||||
reptyr
|
||||
ripgrep
|
||||
tmux
|
||||
up
|
||||
viu
|
||||
wget
|
||||
|
|
@ -143,7 +145,6 @@ in
|
|||
];
|
||||
};
|
||||
zoxide.enable = true;
|
||||
navi.enable = true;
|
||||
};
|
||||
home = {
|
||||
username = "moritz";
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ with lib; {
|
|||
pavucontrol
|
||||
stable.libreoffice # HACK to fix build error
|
||||
stable.signal-desktop
|
||||
synology-drive-client
|
||||
texlive.combined.scheme-full
|
||||
thunderbird
|
||||
vlc
|
||||
|
|
|
|||
|
|
@ -57,4 +57,8 @@ with lib;
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
synology-drive-client
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue