remove unused package
This commit is contained in:
parent
503a86b858
commit
4db49c76cf
|
@ -1,13 +1,11 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
aichat # Chat with gpt-3.5/chatgpt in terminal.
|
|
||||||
bitwise # cli tool for bit / hex manipulation
|
bitwise # cli tool for bit / hex manipulation
|
||||||
eza # ls replacement
|
eza # ls replacement
|
||||||
entr # perform action when file change
|
entr # perform action when file change
|
||||||
file # Show file information
|
file # Show file information
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
go
|
|
||||||
jdk17 # java
|
jdk17 # java
|
||||||
lazygit
|
lazygit
|
||||||
libreoffice
|
libreoffice
|
||||||
|
@ -18,7 +16,6 @@
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
soundwireserver # pass audio to android phone
|
soundwireserver # pass audio to android phone
|
||||||
spotify
|
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
toipe # typing test in the terminal
|
toipe # typing test in the terminal
|
||||||
cinnamon.nemo-with-extensions # file manager
|
cinnamon.nemo-with-extensions # file manager
|
||||||
|
|
Loading…
Reference in a new issue