mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: inline fancy preset
This commit is contained in:
parent
9dac305f7b
commit
d9c3a868ec
4 changed files with 22 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue