stuff
This commit is contained in:
parent
dfd922de0a
commit
5a77255ca0
3 changed files with 5 additions and 73 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue