Delete some unused stuff
This commit is contained in:
parent
7f1f963d5e
commit
3b9f2d3dec
|
@ -32,13 +32,8 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
psmisc # killall and friends
|
psmisc # killall and friends
|
||||||
file # Query file type
|
file # Query file type
|
||||||
nix-output-monitor
|
|
||||||
|
|
||||||
pinentry-gnome3 # until pinentry-qt introduces caching
|
pinentry-gnome3 # until pinentry-qt introduces caching
|
||||||
|
|
||||||
# Java stuff
|
|
||||||
jdk21
|
|
||||||
sbt
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Git "safe-directory"
|
# Git "safe-directory"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./kakoune/kak.nix
|
./kakoune/kak.nix
|
||||||
|
@ -28,45 +26,14 @@ in
|
||||||
|
|
||||||
# Packages that are not in programs section
|
# Packages that are not in programs section
|
||||||
home.packages = with pkgs; [
|
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
|
# CLI tools
|
||||||
fd
|
fd
|
||||||
|
sd
|
||||||
ripgrep
|
ripgrep
|
||||||
fossil
|
|
||||||
openssh
|
openssh
|
||||||
tea # gitea CLI (gh-like)
|
tea # gitea CLI (gh-like)
|
||||||
fx # JSON viewer
|
fx # JSON viewer
|
||||||
glow # Markdown viewer
|
glow # Markdown viewer
|
||||||
## File Manager
|
|
||||||
nnn
|
|
||||||
## PDF Processors
|
## PDF Processors
|
||||||
poppler_utils
|
poppler_utils
|
||||||
## htop replacement
|
## htop replacement
|
||||||
|
@ -78,13 +45,6 @@ in
|
||||||
unzip
|
unzip
|
||||||
zstd
|
zstd
|
||||||
atool
|
atool
|
||||||
|
|
||||||
## To do tunneling with cloudflare
|
|
||||||
pkgs.cloudflared
|
|
||||||
|
|
||||||
# Databases
|
|
||||||
postgresql
|
|
||||||
mariadb
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue