Delete some unused stuff

This commit is contained in:
Natsu Kagami 2024-07-09 17:57:59 +02:00
parent 7f1f963d5e
commit 3b9f2d3dec
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 2 additions and 47 deletions

View file

@ -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"

View file

@ -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 = {