chore: titanium snapshot
This commit is contained in:
parent
cfb0a99306
commit
f061c20021
11 changed files with 579 additions and 102 deletions
|
|
@ -3,22 +3,15 @@
|
|||
imports = [];
|
||||
|
||||
options = {
|
||||
zw-calibre = {
|
||||
zw.calibre = {
|
||||
enable = lib.mkEnableOption "Enable Calibre";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
config = {
|
||||
config.allowUnfreePredigate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"calibre"
|
||||
"unrar"
|
||||
];
|
||||
|
||||
# NOTE: Without unrar support we can't open ".cbr" files.
|
||||
environment.systemPackages = with pkgs; [
|
||||
(calibre.override {
|
||||
unrarSupport = true;
|
||||
})
|
||||
unrar
|
||||
calibre
|
||||
];
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./calibre.nix
|
||||
];
|
||||
|
||||
zw.calibre.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubikey-personalization
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-hyprland
|
||||
xwayland
|
||||
rofi-wayland
|
||||
rofi
|
||||
waybar
|
||||
hyprpaper
|
||||
kitty # hyprland default term
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue