mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
made my own fetch tool
This commit is contained in:
parent
6e99b9e9c9
commit
67dbd4ceb8
4 changed files with 7 additions and 2 deletions
|
|
@ -34,6 +34,7 @@
|
|||
page #use nvim as a pager
|
||||
librewolf #best browser
|
||||
inputs.nvim-config.packages.${pkgs.system}.default #my custom nvim flake
|
||||
fetch-rs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
...
|
||||
}: {
|
||||
#discord bot stuff
|
||||
virtualisation.docker.enable = false;
|
||||
systemd.services.parrot = {
|
||||
enable = true;
|
||||
path = with pkgs; [parrot yt-dlp ffmpeg];
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
shellAliases = {
|
||||
ls = "exa --long --icons";
|
||||
};
|
||||
interactiveShellInit = "nitch";
|
||||
interactiveShellInit = "fetch-rs";
|
||||
};
|
||||
programs = {
|
||||
zsh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue