hm: Reorganize installed programs
This commit is contained in:
parent
5360f8ff10
commit
124df42fd8
|
@ -418,24 +418,27 @@ in
|
||||||
# time = "en_DK.UTF-8"; # TODO Disabled because complaints during nixos-rebuild switch
|
# time = "en_DK.UTF-8"; # TODO Disabled because complaints during nixos-rebuild switch
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# dotfiles dependencies
|
# Terminal utils
|
||||||
coreutils
|
coreutils
|
||||||
bash
|
moreutils
|
||||||
gnugrep
|
|
||||||
gnused
|
|
||||||
gnutar
|
|
||||||
openssl
|
|
||||||
wget
|
|
||||||
curl
|
|
||||||
python3Packages.pip
|
|
||||||
rename
|
rename
|
||||||
which
|
which
|
||||||
|
file
|
||||||
|
|
||||||
# shell
|
# Pipe utils
|
||||||
zsh-completions
|
gnugrep
|
||||||
nix-zsh-completions
|
gnused
|
||||||
zsh-history-substring-search
|
gawk
|
||||||
powerline-go
|
|
||||||
|
# Extraction
|
||||||
|
gnutar
|
||||||
|
unzip
|
||||||
|
unrar
|
||||||
|
p7zip
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
man
|
||||||
|
tldr
|
||||||
neofetch
|
neofetch
|
||||||
|
|
||||||
# nix utils
|
# nix utils
|
||||||
|
@ -443,15 +446,10 @@ in
|
||||||
nix-tree
|
nix-tree
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
||||||
# terminal essentials
|
|
||||||
file
|
|
||||||
moreutils
|
|
||||||
man
|
|
||||||
unzip
|
|
||||||
unrar
|
|
||||||
p7zip
|
|
||||||
|
|
||||||
# remote
|
# remote
|
||||||
|
wget
|
||||||
|
curl
|
||||||
|
openssl
|
||||||
openssh
|
openssh
|
||||||
rsync
|
rsync
|
||||||
borgbackup
|
borgbackup
|
||||||
|
@ -479,6 +477,7 @@ in
|
||||||
|
|
||||||
# password
|
# password
|
||||||
pwgen
|
pwgen
|
||||||
|
|
||||||
(pkgs.writeShellApplication {
|
(pkgs.writeShellApplication {
|
||||||
name = "git-sync-init";
|
name = "git-sync-init";
|
||||||
text = (lib.strings.concatLines
|
text = (lib.strings.concatLines
|
||||||
|
@ -495,19 +494,6 @@ in
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
|
||||||
# Mail
|
|
||||||
isync
|
|
||||||
msmtp
|
|
||||||
notmuch
|
|
||||||
neomutt
|
|
||||||
lynx
|
|
||||||
|
|
||||||
# Organisation
|
|
||||||
vdirsyncer
|
|
||||||
khard
|
|
||||||
khal
|
|
||||||
todoman
|
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
# Favourite commands
|
# Favourite commands
|
||||||
|
|
Loading…
Reference in a new issue