chore(packages): retrait des outils perso et reliquats associés
Nextcloud est désormais utilisé sur une autre machine. Retrait du client et des packages perso inutilisés (brave, signal, calibre, beancount…). Reliquats nettoyés : - i3 : autostart nextcloud - zsh : complétion k3d, variables Cypress (binaire Nix supprimé) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
4072cfe7e7
commit
ab2b89c618
@@ -34,8 +34,6 @@ in
|
|||||||
"slack"
|
"slack"
|
||||||
"spotify"
|
"spotify"
|
||||||
"spotify-unwrapped"
|
"spotify-unwrapped"
|
||||||
|
|
||||||
"ticktick"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
@@ -58,16 +56,12 @@ in
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
bluez # was bluezFull before 27th september 2022
|
bluez # was bluezFull before 27th september 2022
|
||||||
|
|
||||||
# see https://discourse.nixos.org/t/error-nose-1-3-7-not-supported-for-interpreter-python3-12/48703
|
|
||||||
# solaar # bluetooth unifying devices and receiver
|
|
||||||
|
|
||||||
sakura
|
sakura
|
||||||
tmux
|
tmux
|
||||||
zoxide
|
zoxide
|
||||||
ripgrep
|
ripgrep
|
||||||
tree
|
tree
|
||||||
ncdu
|
ncdu
|
||||||
pv
|
|
||||||
jq
|
jq
|
||||||
yq
|
yq
|
||||||
fx
|
fx
|
||||||
@@ -117,14 +111,10 @@ in
|
|||||||
difftastic
|
difftastic
|
||||||
glab
|
glab
|
||||||
|
|
||||||
firefox
|
|
||||||
google-chrome
|
google-chrome
|
||||||
offpunk
|
|
||||||
lagrange
|
|
||||||
thunderbird
|
thunderbird
|
||||||
slack
|
slack
|
||||||
mattermost-desktop
|
mattermost-desktop
|
||||||
signal-desktop
|
|
||||||
libreoffice
|
libreoffice
|
||||||
ddcutil
|
ddcutil
|
||||||
filezilla
|
filezilla
|
||||||
@@ -139,7 +129,6 @@ in
|
|||||||
kdePackages.kcachegrind
|
kdePackages.kcachegrind
|
||||||
|
|
||||||
spotify
|
spotify
|
||||||
# spotdl see https://discourse.nixos.org/t/error-nose-1-3-7-not-supported-for-interpreter-python3-12/48703
|
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
@@ -153,10 +142,8 @@ in
|
|||||||
nodejs_22
|
nodejs_22
|
||||||
fnm
|
fnm
|
||||||
bun
|
bun
|
||||||
cypress
|
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
k3d
|
|
||||||
kubectl
|
kubectl
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
stern
|
stern
|
||||||
@@ -170,10 +157,6 @@ in
|
|||||||
python312
|
python312
|
||||||
python312Packages.pip
|
python312Packages.pip
|
||||||
python312Packages.uv
|
python312Packages.uv
|
||||||
# pipx # for global python packages (aider-chat, fabric, etc.)
|
|
||||||
twine
|
|
||||||
# uv
|
|
||||||
# conda
|
|
||||||
mkcert
|
mkcert
|
||||||
nssTools # certutil for mkcert CA installation in browsers
|
nssTools # certutil for mkcert CA installation in browsers
|
||||||
goaccess
|
goaccess
|
||||||
@@ -192,26 +175,5 @@ in
|
|||||||
alsa-utils # arecord pour l'enregistrement
|
alsa-utils # arecord pour l'enregistrement
|
||||||
xdotool # pour taper le texte transcrit
|
xdotool # pour taper le texte transcrit
|
||||||
libnotify # notifications
|
libnotify # notifications
|
||||||
|
|
||||||
# Perso
|
|
||||||
brave
|
|
||||||
nextcloud-client
|
|
||||||
rclone
|
|
||||||
audacity
|
|
||||||
freeplane
|
|
||||||
calibre
|
|
||||||
retext
|
|
||||||
gparted
|
|
||||||
ticktick
|
|
||||||
agate
|
|
||||||
beancount
|
|
||||||
|
|
||||||
## TODO: fix fava
|
|
||||||
# Checking runtime dependencies for fava-1.29-py3-none-any.whl
|
|
||||||
# copying path '/nix/store/yxd2da4vc9gi5jbs1nlvwpsmwj308bp1-kdoctools-6.10.0' from 'https://cache.nixos.org'...
|
|
||||||
# - beancount<3,>=2.3.5 not satisfied by version 3.0.0
|
|
||||||
# copying path '/nix/store/a8n27li3n2fy8jfdm99v9j3yn6w3yk5y-kguiaddons-6.10.0' from 'https://cache.nixos.org'...
|
|
||||||
# error: builder for '/nix/store/2xd25ssas4yliykz4y4n8p6h762wcalm-fava-1.29.drv' failed with exit code 1
|
|
||||||
# fava
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,10 +100,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
{
|
|
||||||
command = "nextcloud";
|
|
||||||
notification = false;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
command = "setxkbmap -layout fr -variant bepo";
|
command = "setxkbmap -layout fr -variant bepo";
|
||||||
notification = false;
|
notification = false;
|
||||||
|
|||||||
@@ -74,7 +74,6 @@
|
|||||||
|
|
||||||
# K8s
|
# K8s
|
||||||
source <(helm completion zsh)
|
source <(helm completion zsh)
|
||||||
source <(k3d completion zsh)
|
|
||||||
source <(kubectl completion zsh)
|
source <(kubectl completion zsh)
|
||||||
source <(k9s completion zsh); compdef _k9s k9s
|
source <(k9s completion zsh); compdef _k9s k9s
|
||||||
|
|
||||||
@@ -103,11 +102,7 @@
|
|||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7";
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7";
|
||||||
TERMINAL = "sakura";
|
TERMINAL = "sakura";
|
||||||
PATH = "$PATH:$HOME/.npm/bin:$HOME/.local/bin";
|
PATH = "$PATH:$HOME/.npm/bin:$HOME/.local/bin";
|
||||||
# Use a local Cypress binary instead of the one installed by the CLI (not usable on NixOS)
|
|
||||||
# see https://github.com/NixOS/nixpkgs/pull/56387 and https://discourse.nixos.org/t/cypress-with-npm/15137/4
|
|
||||||
HUSKY = 0;
|
HUSKY = 0;
|
||||||
CYPRESS_INSTALL_BINARY = 0;
|
|
||||||
CYPRESS_RUN_BINARY = "$HOME/.nix-profile/bin/Cypress";
|
|
||||||
LD_LIBRARY_PATH = "${pkgs.libgcc}/lib";
|
LD_LIBRARY_PATH = "${pkgs.libgcc}/lib";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user