This commit is contained in:
Till 2023-12-18 19:04:51 +01:00
parent dfd922de0a
commit 5a77255ca0
3 changed files with 5 additions and 73 deletions

View file

@ -33,14 +33,10 @@
# commandline
fzf
nnn
jq
progress
silver-searcher
tmux
wl-clipboard
firefox
qbittorrent
vlc
mullvad-vpn
@ -49,6 +45,7 @@
imports = [
./desktop
./firefox.nix
./alias.nix
];
@ -71,4 +68,8 @@
};
};
programs.fish.enable = true;
home.shellAliases = {
v = "nvim";
};
}