server with fish?

This commit is contained in:
Till 2024-12-05 23:43:05 +01:00
parent 66c8d3ee0c
commit 047e005308
5 changed files with 102 additions and 114 deletions

View file

@ -16,7 +16,6 @@
xdg.userDirs = {
enable = true;
createDirectories = true;
download = "${config.home.homeDirectory}/tmp";
music = "${config.home.homeDirectory}/media/music";
pictures = "${config.home.homeDirectory}/media/img";
@ -25,80 +24,20 @@
templates = "${config.xdg.dataHome}/templates";
};
home.file.".npmrc".text = ''
prefix = ${config.xdg.dataHome}/npm/packages
'';
xdg.configFile."castget/castget.conf".source = ./castget/castget.conf;
home.packages = with pkgs; [
# commandline
du-dust
fzf
jq
progress
silver-searcher
tmux
wl-clipboard
tldr
du-dust
# email
msmtp
notmuch
w3m
openssl
gnupg
urlscan
ripmime
# office
khal
khard
taskopen
zathura
# publishing
hunspell
hunspellDicts.de_DE
hunspellDicts.en_US
hunspellDicts.th_TH
hyphen
pandoc
imagemagick
ghostscript
# web
nyxt
# media
rhythmbox
vlc
# development
bundler
bundix
nodejs
yarn
android-studio
netlify-cli
appimage-run
# secrets
libsecret
keepassxc
yubikey-manager-qt
tmux
];
imports = [
./calendars.nix
./fish.nix
./foot.nix
./tmux
./mail
./nvim
./openconnect.nix
./r.nix
];
programs.nix-index = {
@ -120,25 +59,8 @@
};
};
programs.taskwarrior = {
enable = true;
dataLocation = "${config.xdg.dataHome}/taskwarrior/tasks";
colorTheme = "light-256";
config = {
report.list.columns = ["id" "depends.indicator" "priority" "project" "recur.indicator" "scheduled.countdown" "due" "until.age" "status.short" "description.count" "tags"];
report.list.labels= ["ID" "D" "Prio" "Proj" "R" "Scheduled" "Due" "Until" "S" "Description" "Tags"];
};
extraConfig = "
hooks.location=${config.xdg.dataHome}/taskwarrior/hooks
verbose=affected,context,edit,label,header,new-id,project,special,sync,recur
";
};
programs.bottom = {
enable = true;
settings.flags.color = "default-light";
};
services.syncthing.enable = true;
}