mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Changes from this week
This commit is contained in:
parent
ba5647287f
commit
1ab58786d8
6 changed files with 56 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue