mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: zola...
This commit is contained in:
parent
385262f29b
commit
64f6e0ec2d
5 changed files with 18 additions and 3 deletions
|
|
@ -9,9 +9,11 @@
|
||||||
rotate = true;
|
rotate = true;
|
||||||
source = "e621";
|
source = "e621";
|
||||||
tags = [
|
tags = [
|
||||||
"rating:s"
|
"-rating:s"
|
||||||
|
"-male/male"
|
||||||
"-five_nights_at_freddy's"
|
"-five_nights_at_freddy's"
|
||||||
#"touhou"
|
#"touhou"
|
||||||
|
"-male"
|
||||||
"-large_breasts"
|
"-large_breasts"
|
||||||
"-scalie"
|
"-scalie"
|
||||||
#"-my_little_pony"
|
#"-my_little_pony"
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,8 @@ window#waybar.empty #window {
|
||||||
settings.main = {
|
settings.main = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
|
mode = "dock";
|
||||||
|
exclusive = true;
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
"hyprland/submap"
|
"hyprland/submap"
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,15 @@ in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(discord-krisp.override {
|
(discord-krisp.override {
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
|
withMoonlight = true;
|
||||||
withVencord = false; # can do this here too
|
withVencord = false; # can do this here too
|
||||||
})
|
})
|
||||||
legcord
|
legcord
|
||||||
#dorion
|
#dorion
|
||||||
#betterdiscordctl
|
#betterdiscordctl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.moonlight-mod = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,18 @@ resource "cloudflare_pages_project" "dorkdev" {
|
||||||
config {
|
config {
|
||||||
owner = "kittywitch"
|
owner = "kittywitch"
|
||||||
repo_name = "dork.dev"
|
repo_name = "dork.dev"
|
||||||
production_branch = "site"
|
production_branch = "main"
|
||||||
deployments_enabled = true
|
deployments_enabled = true
|
||||||
pr_comments_enabled = false
|
pr_comments_enabled = false
|
||||||
production_deployment_enabled = true
|
production_deployment_enabled = true
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
build_config {
|
||||||
|
build_command = "zola build"
|
||||||
|
destination_dir = "public"
|
||||||
|
#root_dir = "/"
|
||||||
|
}
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
deployment_configs,
|
deployment_configs,
|
||||||
|
|
@ -37,4 +42,4 @@ resource "cloudflare_record" "dorkdev_root_pages" {
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
value = "${cloudflare_pages_project.dorkdev.name}.pages.dev"
|
value = "${cloudflare_pages_project.dorkdev.name}.pages.dev"
|
||||||
zone_id = local.zone_ids.dork
|
zone_id = local.zone_ids.dork
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
tree.nix
1
tree.nix
|
|
@ -112,6 +112,7 @@
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
chaotic.homeManagerModules.default
|
chaotic.homeManagerModules.default
|
||||||
spicetify-nix.homeManagerModules.spicetify
|
spicetify-nix.homeManagerModules.spicetify
|
||||||
|
inputs.moonlight.homeModules.default
|
||||||
]
|
]
|
||||||
++ (with (import (inputs.arcexprs + "/modules")).home-manager; [
|
++ (with (import (inputs.arcexprs + "/modules")).home-manager; [
|
||||||
i3gopher
|
i3gopher
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue