calibre, android studio and automatic USB mounting

This commit is contained in:
Tyler Mayoff 2025-11-17 17:42:57 -05:00 committed by Tyle Mayoff
parent 704a72b3ca
commit c4d8ed4e01
2 changed files with 16 additions and 1 deletions

View file

@ -23,9 +23,22 @@
packages = with pkgs; [
godot
calibre
claude-code
];
stateVersion = "23.11";
};
services.udiskie = {
enable = true;
settings = {
# workaround for
# https://github.com/nix-community/home-manager/issues/632
program_options = {
# replace with your favorite file manager
file_manager = "${pkgs.nemo-with-extensions}/bin/nemo";
};
};
};
}