vanadium: inline fancy preset

This commit is contained in:
Primrose 2025-04-01 22:08:57 +02:00
parent 9dac305f7b
commit d9c3a868ec
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 22 additions and 47 deletions

View file

@ -22,6 +22,7 @@ in {
};
home.packages = [
pkgs.stow
pkgs.zip
pkgs.unzip
pkgs.gnutar
@ -69,6 +70,15 @@ in {
myPkgs.prop-solveur
myPkgs.hbf
pkgs.lucky-commit
# pretty tui tools
pkgs.du-dust
pkgs.tldr
myPkgs.tokei
pkgs.hyperfine
pkgs.watchexec
pkgs.onefetch
pkgs.just
];
age.secrets = {
@ -83,6 +93,8 @@ in {
};
programs = {
ripgrep.enable = true;
direnv.enable = true;
kitty.enable = true;
password-store.enable = true;
feh.enable = true;
@ -93,13 +105,20 @@ in {
# ROCm support is needed for AMD GPU
# https://github.com/aristocratos/btop?tab=readme-ov-file#gpu-compatibility
btop.enable = true;
btop.package = pkgs.btop-rocm;
neovim.enable = true;
neovim.defaultEditor = true;
fish.enable = true;
starship.enable = true;
tmux.enable = true;
};
services.wired.enable = true;
services.playerctld.enable = true;
services.gpg-agent.enable = true;
# Disable the blueman pop up persistently
# https://github.com/blueman-project/blueman/issues/1556#issuecomment-882857426