lkajdslkajdlkasj

This commit is contained in:
Peder Bergebakken Sundt 2024-08-04 04:54:14 +02:00
parent eda4821d07
commit d17d8e4f7e
5 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
micro micro
vimv edir
xclip xclip
fzf fzf
rmate-sh rmate-sh

View File

@ -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

View File

@ -30,6 +30,8 @@
libreoffice libreoffice
remote-exec
(pkgs.zxtune or unstable.zxtune or null) (pkgs.zxtune or unstable.zxtune or null)
f3d f3d

View File

@ -4,6 +4,7 @@
#git #git
gh gh
hub hub
tea
colordiff colordiff
]; ];

View File

@ -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