update, use matugen branch from stylix
This commit is contained in:
@@ -71,6 +71,7 @@ in
|
||||
wl-clipboard
|
||||
cava
|
||||
dex # starts applications according to .desktop files
|
||||
ydotool # simulates keyboard and mouse input on wayland
|
||||
#hyprshade
|
||||
#waybar
|
||||
#qt5.qtwayland
|
||||
|
||||
@@ -65,6 +65,10 @@ in
|
||||
polarity = "dark";
|
||||
image = lib.mkForce cfg.image;
|
||||
base16Scheme = lib.mkIf (cfg.base16Scheme != null) cfg.base16Scheme;
|
||||
colorGeneration = {
|
||||
polarity = "dark";
|
||||
scheme = "fruit-salad";
|
||||
};
|
||||
override = cfg.override;
|
||||
#base16Scheme = ../../home-manager/themes/yorha/scheme.yml;
|
||||
#base16Scheme =
|
||||
|
||||
@@ -90,7 +90,7 @@ in
|
||||
if [ -z "$USERNAME" ] || [ -z "$PASSWORD" ]; then
|
||||
set -a; source ${config.age.secrets.restic-internxt.path}; set +a
|
||||
fi
|
||||
${cli} login --non-interactive -e "$USERNAME" -p "$PASSWORD"
|
||||
${cli} login-legacy --non-interactive -e "$USERNAME" -p "$PASSWORD"
|
||||
LOGGED_IN=$(${cli} whoami | grep "You are logged in")
|
||||
if [ -z "$LOGGED_IN" ]; then
|
||||
echo "Internxt CLI login failed. Aborting backup."
|
||||
|
||||
21
modules/themes/ina-matugen.nix
Normal file
21
modules/themes/ina-matugen.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"base00" = "041011";
|
||||
"base01" = "152222";
|
||||
"base02" = "2a3737";
|
||||
"base03" = "7b9696";
|
||||
"base04" = "b0cccc";
|
||||
"base05" = "d7e5e5";
|
||||
"base06" = "b9f0b8";
|
||||
"base07" = "89d88f";
|
||||
"base08" = "ed8796";
|
||||
"base09" = "f5a97f";
|
||||
"base0A" = "eed49f";
|
||||
"base0B" = "a6da95";
|
||||
"base0C" = "8bd5ca";
|
||||
"base0D" = "8aadf4";
|
||||
"base0E" = "c6a0f6";
|
||||
"base0F" = "f0c6c6";
|
||||
"author" = "untitled";
|
||||
"scheme" = "untitled";
|
||||
"slug" = "untitled";
|
||||
}
|
||||
Reference in New Issue
Block a user