Delete some unused stuff
This commit is contained in:
parent
7f1f963d5e
commit
3b9f2d3dec
|
@ -32,13 +32,8 @@ in
|
|||
home.packages = with pkgs; [
|
||||
psmisc # killall and friends
|
||||
file # Query file type
|
||||
nix-output-monitor
|
||||
|
||||
pinentry-gnome3 # until pinentry-qt introduces caching
|
||||
|
||||
# Java stuff
|
||||
jdk21
|
||||
sbt
|
||||
];
|
||||
|
||||
# Git "safe-directory"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./kakoune/kak.nix
|
||||
|
@ -28,45 +26,14 @@ in
|
|||
|
||||
# Packages that are not in programs section
|
||||
home.packages = with pkgs; [
|
||||
# Build Tools
|
||||
## C++
|
||||
autoconf
|
||||
automake
|
||||
## SQL
|
||||
flyway
|
||||
## Go
|
||||
go # to be configured later
|
||||
## Rust
|
||||
rust-analyzer
|
||||
## JavaScript
|
||||
yarn
|
||||
## Nix
|
||||
cachix
|
||||
## Latex
|
||||
tectonic
|
||||
texlab
|
||||
## Typst
|
||||
typst
|
||||
## Python
|
||||
python3
|
||||
## Scala
|
||||
scala-cli
|
||||
|
||||
# Fonts
|
||||
fantasque-sans-mono
|
||||
## Get the nerd font symbols
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
|
||||
# CLI tools
|
||||
fd
|
||||
sd
|
||||
ripgrep
|
||||
fossil
|
||||
openssh
|
||||
tea # gitea CLI (gh-like)
|
||||
fx # JSON viewer
|
||||
glow # Markdown viewer
|
||||
## File Manager
|
||||
nnn
|
||||
## PDF Processors
|
||||
poppler_utils
|
||||
## htop replacement
|
||||
|
@ -78,13 +45,6 @@ in
|
|||
unzip
|
||||
zstd
|
||||
atool
|
||||
|
||||
## To do tunneling with cloudflare
|
||||
pkgs.cloudflared
|
||||
|
||||
# Databases
|
||||
postgresql
|
||||
mariadb
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue