diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-20 18:32:49 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-20 18:32:49 +0200 |
commit | 958da96dc79ccd03219a4d9c3b36f4a1ae32d11e (patch) | |
tree | 0173097e3bb45e512acbb68dab139b135444f527 /modules/home.legacy/conf/default.nix | |
parent | modules/yt: Put the commands into lists, to facilitate arguments (diff) | |
download | nixos-config-958da96dc79ccd03219a4d9c3b36f4a1ae32d11e.zip |
modules/legacy/conf/{hyfetch,latexindent,rclone,tridactyl}: Remove
hyfetch and latexident configs were simply copied from the default (without real changes) and I don't really use any of these tools anymore.
Diffstat (limited to 'modules/home.legacy/conf/default.nix')
-rw-r--r-- | modules/home.legacy/conf/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/home.legacy/conf/default.nix b/modules/home.legacy/conf/default.nix index 622f32d5..a0e367e1 100644 --- a/modules/home.legacy/conf/default.nix +++ b/modules/home.legacy/conf/default.nix @@ -16,10 +16,8 @@ ./gammastep ./gtk ./himalaya - ./hyfetch ./iamb ./keepassxc - ./latexindent ./mail ./mbsync ./mumble @@ -27,10 +25,8 @@ ./npm ./prusa_slicer ./python - ./rclone ./rofi ./starship ./swayidle - ./tridactyl ]; } |