Changes from this week

This commit is contained in:
Kat Inskip 2023-08-03 12:13:18 -07:00
parent ba5647287f
commit 1ab58786d8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 56 additions and 17 deletions

View file

@ -64,15 +64,21 @@ _: let
];
home-manager.users.kat = {
home.sessionVariables = {
ARTEMISCLI_CONFIG_PATH = "/Users/kat/.artemisconfig";
};
services.konawall = {
enable = true;
interval_macos = 3600;
mode = "shuffle";
commonTags = ["width:>=1600"];
tagList = [
"score:>=50"
#"no_humans"
"rating:s"
[
"score:>=50"
#"no_humans"
"touhou"
"rating:s"
]
];
};
home.file.".orbstack/ssh/authorized_keys".text =
@ -115,6 +121,7 @@ _: let
casks = [
"barrier"
"bitwarden"
"mullvadvpn"
"firefox"
"disk-inventory-x"
"dozer"
@ -125,6 +132,7 @@ _: let
"element"
"slack"
"boop"
"iterm2"
"obsidian"
"contexts"
"rectangle"

View file

@ -42,6 +42,12 @@ _: let
swapDevices = [];
networking = {
nameservers = [
"1.1.1.1"
"1.0.0.1"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
];
hostName = "yukari";
domain = "gensokyo.zone";
interfaces = {