mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Mixed updates, flake update
This commit is contained in:
parent
3965c6978a
commit
ce7d43ec54
17 changed files with 72 additions and 76 deletions
|
|
@ -259,7 +259,7 @@
|
|||
padding = 1;
|
||||
background = background_light;
|
||||
};
|
||||
interval = 60;
|
||||
interval = 1;
|
||||
date = "%a, %F";
|
||||
time = "%T";
|
||||
};
|
||||
|
|
@ -288,7 +288,7 @@ set -eu
|
|||
set -o pipefail
|
||||
|
||||
if gpg --card-status &> /dev/null; then
|
||||
user="$(gpg --card-status | grep 'Login data' | awk '{print $NF}')";
|
||||
#user="$(gpg --card-status | grep 'Login data' | awk '{print $NF}')";
|
||||
status='%{B${string}} %{B-}'
|
||||
else
|
||||
status='%{B${variable}} %{B-}'
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
pinentry.gtk2
|
||||
niv
|
||||
borgbackup
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,5 @@
|
|||
${pkgs.kitty}/bin/kitty +kitten icat ${./nano.png}
|
||||
'';
|
||||
};
|
||||
programs.zsh = {
|
||||
shellAliases = mapListToAttrs (attr: nameValuePair "abby${attr}" "mpv $(bitw get secrets/abby -f ${attr})") [ "radio" "tv" ];
|
||||
};
|
||||
home.packages = map (attr: pkgs.writeShellScriptBin "abby${attr}" "mpv $(bitw get secrets/abby -f ${attr})") [ "radio" "tv" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue