all: Attempt to move back towards buildability in CI. Update.

This commit is contained in:
kat witch 2021-09-25 23:29:15 +01:00
parent edf1786377
commit 392bd30b66
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
11 changed files with 60 additions and 54 deletions

View file

@ -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
];
}

View file

@ -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

View file

@ -3,7 +3,7 @@
{
home.packages = with pkgs; [
_1password
bpytop
btop
bitwarden
element-wayland
exiftool

View file

@ -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";
};
};
}

View file

@ -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;

View file

@ -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