lkajdslkajdlkasj
This commit is contained in:
parent
eda4821d07
commit
d17d8e4f7e
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
micro
|
micro
|
||||||
vimv
|
edir
|
||||||
xclip
|
xclip
|
||||||
fzf
|
fzf
|
||||||
rmate-sh
|
rmate-sh
|
||||||
|
|
|
@ -94,8 +94,6 @@
|
||||||
#comma # collides with nix-index-database
|
#comma # collides with nix-index-database
|
||||||
nix-search-cli # nix-search
|
nix-search-cli # nix-search
|
||||||
|
|
||||||
#sshuttle
|
|
||||||
|
|
||||||
#cargo
|
#cargo
|
||||||
#cargo-edit
|
#cargo-edit
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
||||||
|
remote-exec
|
||||||
|
|
||||||
(pkgs.zxtune or unstable.zxtune or null)
|
(pkgs.zxtune or unstable.zxtune or null)
|
||||||
|
|
||||||
f3d
|
f3d
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#git
|
#git
|
||||||
gh
|
gh
|
||||||
hub
|
hub
|
||||||
|
tea
|
||||||
colordiff
|
colordiff
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,8 @@
|
||||||
#home.shellAliases.mv = "mv -i";
|
#home.shellAliases.mv = "mv -i";
|
||||||
#home.shellAliases.cp = "cp -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; [
|
home.packages = lib.filter (x: x != null) (with pkgs; [
|
||||||
rsync
|
rsync
|
||||||
bind.dnsutils # dig
|
bind.dnsutils # dig
|
||||||
|
|
Loading…
Reference in New Issue