diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-24 21:32:57 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-24 21:32:57 -0400 |
| commit | cdd9494c931878d5c97e6c81c5bdb0a0f81b4364 (patch) | |
| tree | e42654b18a888cb8b53806997cfe3713b5748163 /home.nix | |
| parent | ignore DS_Store (diff) | |
| download | nixos-cdd9494c931878d5c97e6c81c5bdb0a0f81b4364.tar.gz nixos-cdd9494c931878d5c97e6c81c5bdb0a0f81b4364.tar.bz2 nixos-cdd9494c931878d5c97e6c81c5bdb0a0f81b4364.zip | |
bluetooth
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -78,12 +78,13 @@ vlc - protonvpn-cli protonvpn-gui qbittorrent ffmpeg gimp + + yt-dlp # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -216,6 +217,8 @@ package = pkgs.bibata-cursors; }; + programs.ranger.enable = true; + # Let Home Manager install and manage itself. programs.home-manager.enable = true; } |
