emacs: move config to separate git repo
This commit is contained in:
@ -1,13 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
with pkgs; [
|
||||
# Code formatters for use with doom emacs
|
||||
nixfmt # nix
|
||||
dockfmt # docker
|
||||
google-java-format # java
|
||||
|
||||
# Lsps for use with doom emacs
|
||||
# neocmakelsp # cmake
|
||||
shellcheck
|
||||
|
||||
# Rust setup
|
||||
rustc
|
||||
@ -17,18 +12,10 @@ with pkgs; [
|
||||
rust-analyzer
|
||||
|
||||
# Further tools
|
||||
|
||||
lazygit
|
||||
languagetool
|
||||
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
|
||||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
hunspellDicts.en_US
|
||||
makemkv
|
||||
# makemkv
|
||||
audacity
|
||||
gnome.cheese
|
||||
zoom-us
|
||||
@ -54,7 +41,7 @@ with pkgs; [
|
||||
|
||||
xfce.thunar-archive-plugin
|
||||
zip
|
||||
p7zip
|
||||
p7zip # unzip 7zip archives
|
||||
imagemagick
|
||||
firefox
|
||||
thunderbird
|
||||
@ -63,14 +50,13 @@ with pkgs; [
|
||||
libqalculate
|
||||
|
||||
schildichat-desktop
|
||||
tdesktop
|
||||
tdesktop # telegram
|
||||
|
||||
tealdeer
|
||||
gcolor2 # gcolor3 does not work
|
||||
# cups
|
||||
wget
|
||||
gparted
|
||||
emacs
|
||||
nodejs
|
||||
git
|
||||
dotter
|
||||
@ -83,16 +69,12 @@ with pkgs; [
|
||||
alacritty
|
||||
wezterm
|
||||
kitty
|
||||
starship
|
||||
zsh
|
||||
bat
|
||||
ripgrep
|
||||
fd
|
||||
fzf
|
||||
topgrade
|
||||
cargo
|
||||
# rust-analyzer
|
||||
# rustfmt
|
||||
|
||||
arandr
|
||||
wireguard-tools
|
||||
htop
|
||||
@ -100,13 +82,12 @@ with pkgs; [
|
||||
texlab
|
||||
usbutils # lsusb
|
||||
pciutils # lspci
|
||||
nixfmt
|
||||
|
||||
gnome.gnome-keyring
|
||||
gnome.seahorse
|
||||
polkit_gnome
|
||||
nix-index
|
||||
python3
|
||||
black
|
||||
libnotify
|
||||
libclang
|
||||
libreoffice
|
||||
@ -115,8 +96,6 @@ with pkgs; [
|
||||
xorg.xkill
|
||||
unzip
|
||||
vlc
|
||||
direnv
|
||||
nix-direnv
|
||||
handbrake
|
||||
nmap
|
||||
jq
|
||||
@ -126,7 +105,7 @@ with pkgs; [
|
||||
maven
|
||||
android-tools
|
||||
scrcpy
|
||||
dvdisaster
|
||||
# dvdisaster
|
||||
mate.engrampa
|
||||
# toybox
|
||||
unixtools.procps
|
||||
@ -173,16 +152,16 @@ with pkgs; [
|
||||
wine
|
||||
winetricks
|
||||
|
||||
lf
|
||||
# lf
|
||||
rustdesk
|
||||
realvnc-vnc-viewer
|
||||
calibre
|
||||
|
||||
audible-cli
|
||||
|
||||
cudaPackages.cudatoolkit
|
||||
openmvg
|
||||
colmapWithCuda
|
||||
# cudaPackages.cudatoolkit
|
||||
# openmvg
|
||||
# colmapWithCuda
|
||||
|
||||
## My scripts
|
||||
frajul.edit-config
|
||||
|
Reference in New Issue
Block a user