mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
all: Attempt to move back towards buildability in CI. Update.
This commit is contained in:
parent
edf1786377
commit
392bd30b66
11 changed files with 60 additions and 54 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ hyperfine hexyl tokei nixpkgs-fmt pandoc ];
|
||||
home.packages = with pkgs; [
|
||||
hyperfine
|
||||
hexyl
|
||||
tokei
|
||||
nixpkgs-fmt
|
||||
pandoc
|
||||
apache-directory-studio
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,11 +20,6 @@ in
|
|||
ff-main = "firefox -P main";
|
||||
};
|
||||
|
||||
programs.browserpass = {
|
||||
enable = true;
|
||||
browsers = [ "firefox" ];
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
XDG_CURRENT_DESKTOP = "sway";
|
||||
};
|
||||
|
|
@ -40,7 +35,6 @@ in
|
|||
a11ycss
|
||||
canvasblocker
|
||||
view-image
|
||||
pkgs.nur.repos.crazazy.firefox-addons.new-tab-override
|
||||
wappalyzer
|
||||
auto-tab-discard
|
||||
bitwarden
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
_1password
|
||||
bpytop
|
||||
btop
|
||||
bitwarden
|
||||
element-wayland
|
||||
exiftool
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass-wayland.withExtensions (exts: [ exts.pass-otp exts.pass-import ]);
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||
PASSWORD_STORE_CLIP_TIME = "60";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
enable = true;
|
||||
settings = [{
|
||||
modules-left = [ "sway/workspaces" "sway/mode" "sway/window" ];
|
||||
modules-center = [ "clock" "clock#arc" "clock#miku" "clock#hex" ];
|
||||
modules-center = [ "clock" "clock#s" "clock#arc" "clock#miku" "clock#hex" ];
|
||||
modules-right = [
|
||||
"pulseaudio"
|
||||
"cpu"
|
||||
|
|
@ -102,6 +102,12 @@
|
|||
];
|
||||
interval = 1;
|
||||
};
|
||||
"clock#s" = {
|
||||
format = "-{:%H}";
|
||||
tooltip = true;
|
||||
timezone = "America/Chicago";
|
||||
tooltip-format = "{:%A, %F %R %z (%Z)}";
|
||||
};
|
||||
"clock#arc" = {
|
||||
format = "-{:%H}";
|
||||
tooltip = true;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
@extend %extend_1
|
||||
background: $base00t
|
||||
color: $base07
|
||||
&.s
|
||||
background: $base0Ft
|
||||
|
||||
&.arc
|
||||
background: $base0Bt
|
||||
|
||||
|
|
@ -28,7 +31,7 @@
|
|||
background: $base0Ct
|
||||
|
||||
&.hex
|
||||
background: $base0Ft
|
||||
background: $base0Et
|
||||
|
||||
#memory
|
||||
@extend %extend_1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue