worf: various package cleanups
This commit is contained in:
parent
7177ee5b17
commit
12e4d22136
|
@ -9,7 +9,7 @@
|
|||
packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
ncdu
|
||||
# ncdu
|
||||
neofetch
|
||||
sshfs
|
||||
sshuttle
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
gnugrep
|
||||
jq
|
||||
nix-output-monitor
|
||||
nixpkgs-review
|
||||
ripgrep
|
||||
skhd
|
||||
sshfs
|
||||
|
@ -142,4 +143,6 @@
|
|||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
nix.package = pkgs.nix;
|
||||
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
|
|
@ -11,20 +11,19 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
emacs-macport
|
||||
feishin
|
||||
iterm2
|
||||
# prismlauncher
|
||||
spotify
|
||||
|
||||
aerc
|
||||
borgbackup
|
||||
catimg
|
||||
cocoapods
|
||||
emacs-macport
|
||||
feishin
|
||||
gnutar
|
||||
iterm2
|
||||
nix-index
|
||||
nodejs
|
||||
spotify
|
||||
tldr
|
||||
unstable.aerc
|
||||
unstable.snicat
|
||||
w3m
|
||||
zellij
|
||||
|
|
Loading…
Reference in New Issue