mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -47,8 +47,10 @@
|
||||
rsync
|
||||
wget
|
||||
tree
|
||||
ncdu
|
||||
#ncdu
|
||||
dust
|
||||
flow-control
|
||||
csv-tui
|
||||
|
||||
# Net Diagnostic
|
||||
mtr
|
||||
@@ -78,6 +80,10 @@
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
nixvim = {
|
||||
enable = false;
|
||||
colorschemes.github-theme.enable = true;
|
||||
};
|
||||
nano = {
|
||||
enable = true;
|
||||
nanorc = ''
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
ns = "nh os switch";
|
||||
gp-ns = "gp && ns";
|
||||
y = "yazi";
|
||||
nix-shellp = "nix-shell --run $SHELL -p";
|
||||
|
||||
# beets
|
||||
beet-ima = "beet im ./ -A";
|
||||
|
||||
Reference in New Issue
Block a user