This commit is contained in:
Till 2023-07-04 18:35:39 +02:00
parent a330d605a4
commit 117ea3db25
2 changed files with 16 additions and 1 deletions

View file

@ -63,7 +63,6 @@
vdirsyncer vdirsyncer
khal khal
khard khard
taskwarrior
taskopen taskopen
gnome.gnome-sound-recorder gnome.gnome-sound-recorder
zoom-us zoom-us
@ -140,5 +139,15 @@
}; };
}; };
}; };
programs.taskwarrior = {
enable = true;
config = {
data.location = "${config.xdg.dataHome}/taskwarrior/tasks";
hooks.location = "${config.xdg.dataHome}/taskwarrior/tasks";
report.list.columns = ["id" "depends.indicator" "priority" "project" "recur.indicator" "scheduled.countdown" "due" "until.age" "status.short" "description.count" "tags"];
report.list.labels= ["ID" "D" "Prio" "Proj" "R" "Scheduled" "Due" "Until" "S" "Description" "Tags"];
};
};
} }

View file

@ -27,6 +27,12 @@
options = [ "subvol=home" "compress=zstd" ]; options = [ "subvol=home" "compress=zstd" ];
}; };
fileSystems."/home/till/.local/share/Steam" =
{ device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54";
fsType = "btrfs";
options = [ "subvol=steam" "compress=zstd" "noatime"];
};
fileSystems."/nix" = fileSystems."/nix" =
{ device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54"; { device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54";
fsType = "btrfs"; fsType = "btrfs";