lkajdslkajdlkasj
This commit is contained in:
parent
eda4821d07
commit
d17d8e4f7e
|
@ -4,7 +4,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
micro
|
||||
vimv
|
||||
edir
|
||||
xclip
|
||||
fzf
|
||||
rmate-sh
|
||||
|
|
|
@ -94,8 +94,6 @@
|
|||
#comma # collides with nix-index-database
|
||||
nix-search-cli # nix-search
|
||||
|
||||
#sshuttle
|
||||
|
||||
#cargo
|
||||
#cargo-edit
|
||||
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
libreoffice
|
||||
|
||||
remote-exec
|
||||
|
||||
(pkgs.zxtune or unstable.zxtune or null)
|
||||
|
||||
f3d
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#git
|
||||
gh
|
||||
hub
|
||||
tea
|
||||
colordiff
|
||||
];
|
||||
|
||||
|
|
|
@ -82,6 +82,8 @@
|
|||
#home.shellAliases.mv = "mv -i";
|
||||
#home.shellAliases.cp = "cp -i";
|
||||
|
||||
home.shellAliases.kaomoji = "curl -s 'https://kaomoji.ru/en/' | htmlq tr td span --text | grep . | shuf | head -n1";
|
||||
|
||||
home.packages = lib.filter (x: x != null) (with pkgs; [
|
||||
rsync
|
||||
bind.dnsutils # dig
|
||||
|
|
Loading…
Reference in New Issue