mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nix): nil ls
This commit is contained in:
parent
8bdfab9cda
commit
c40f354fe2
2 changed files with 11 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
inherit (pkgs.stdenv.hostPlatform) isDarwin isLinux;
|
||||
inherit (pkgs.lib) optionals;
|
||||
|
||||
unstable = import (fetchTarball https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz) { };
|
||||
unstable = import (fetchTarball "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz") { };
|
||||
in
|
||||
{
|
||||
home.username = "leana";
|
||||
|
|
@ -31,7 +31,7 @@ in
|
|||
helix
|
||||
gnused
|
||||
neovim
|
||||
rnix-lsp
|
||||
nil
|
||||
ripgrep
|
||||
vim
|
||||
tmux
|
||||
|
|
@ -50,6 +50,7 @@ in
|
|||
starship
|
||||
tree
|
||||
vivid
|
||||
rsync
|
||||
|
||||
# fancy utilities
|
||||
figlet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue