This commit is contained in:
Tao Tien 2026-06-04 09:22:44 -07:00
parent fdbb91fec4
commit d4d4f9e946
4 changed files with 30 additions and 28 deletions

View file

@ -7,13 +7,13 @@
}: let
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
in {
programs.gphoto2.enable = true;
users.users.tao.packages =
(with pkgs-last-building; [
# oculante # https://nixpk.gs/pr-tracker.html?pr=502921
])
++ (with pkgs; [
# keep-sorted start sticky_comments=no
# android-tools
# bottles
# boxxy
# carapace
@ -29,6 +29,7 @@ in {
# texlab
# thunderbird
# wkhtmltopdf
android-tools
appimage-run
aspell
aspellDicts.en
@ -149,7 +150,7 @@ in {
users.users.tao = {
isNormalUser = true;
# hashedPasswordFile = config.age.secrets.password-tao.path;
extraGroups = ["audio" "video" "wheel" "libvirtd" "dialout" "game"];
extraGroups = ["audio" "video" "wheel" "libvirtd" "dialout" "game" "camera"];
shell = pkgs.nushell;
};
age.secrets = {

View file

@ -68,8 +68,8 @@ export def bump [...rest] {
}
let r = jj log -r @ --no-pager --no-graph --template 'change_id'
sudo nix flake update
let build_status = rebuild boot
if $build_status {
let build_success = rebuild boot
if $build_success {
jj desc -r $r -m $"bump (date now | format date "%Y-%m-%d")"
jj bookmark set main -r $r
jj git push --allow-empty-description