feat: zola...

This commit is contained in:
Kat Inskip 2025-07-08 01:58:53 -07:00
parent 385262f29b
commit 64f6e0ec2d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 18 additions and 3 deletions

View file

@ -9,9 +9,11 @@
rotate = true;
source = "e621";
tags = [
"rating:s"
"-rating:s"
"-male/male"
"-five_nights_at_freddy's"
#"touhou"
"-male"
"-large_breasts"
"-scalie"
#"-my_little_pony"

View file

@ -137,6 +137,8 @@ window#waybar.empty #window {
settings.main = {
layer = "top";
position = "top";
mode = "dock";
exclusive = true;
modules-left = [
"hyprland/workspaces"
"hyprland/submap"

View file

@ -8,10 +8,15 @@ in {
home.packages = with pkgs; [
(discord-krisp.override {
withOpenASAR = true;
withMoonlight = true;
withVencord = false; # can do this here too
})
legcord
#dorion
#betterdiscordctl
];
programs.moonlight-mod = {
enable = true;
};
}

View file

@ -8,13 +8,18 @@ resource "cloudflare_pages_project" "dorkdev" {
config {
owner = "kittywitch"
repo_name = "dork.dev"
production_branch = "site"
production_branch = "main"
deployments_enabled = true
pr_comments_enabled = false
production_deployment_enabled = true
}
}
build_config {
build_command = "zola build"
destination_dir = "public"
#root_dir = "/"
}
lifecycle {
ignore_changes = [
deployment_configs,
@ -37,4 +42,4 @@ resource "cloudflare_record" "dorkdev_root_pages" {
type = "CNAME"
value = "${cloudflare_pages_project.dorkdev.name}.pages.dev"
zone_id = local.zone_ids.dork
}
}

View file

@ -112,6 +112,7 @@
inputs.sops-nix.homeManagerModules.sops
chaotic.homeManagerModules.default
spicetify-nix.homeManagerModules.spicetify
inputs.moonlight.homeModules.default
]
++ (with (import (inputs.arcexprs + "/modules")).home-manager; [
i3gopher