This commit is contained in:
Lilith 2025-05-21 14:17:33 +02:00
parent c22afad762
commit 3f20219e43
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
7 changed files with 116 additions and 81 deletions

View file

@ -3,6 +3,7 @@
home = {
sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
NIXOS_OZONE_WL = "1";
};
file.inbox.source = config.lib.file.mkOutOfStoreSymlink "/home/lilith/sync/inbox";

View file

@ -9,6 +9,6 @@
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gtk2;
pinentry.package = pkgs.pinentry-gtk2;
};
}

View file

@ -21,6 +21,7 @@
keepassxc
ncspot
signal-desktop-bin
telegram-desktop
vesktop
logseq

View file

@ -18,7 +18,22 @@
"lilith-server" = {
user = "lilith";
hostname = "[2a01:4f9:4a:1ecb::2:]";
hostname = "firelilith.org";
};
"lilith-server-builder" = {
user = "nixremote";
hostname = "firelilith.org";
};
"lilith-pc-builder" = {
user = "nixremote";
hostname = "lilith-pc";
};
"lilith-pad-builder" = {
user = "nixremote";
hostname = "lilith-pad";
};
};
};

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
@ -13,7 +14,7 @@
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
];
initExtra = ''
initContent = ''
# p10k instant prompt
P10K_INSTANT_PROMPT="$XDG_CACHE_HOME/p10k-instant-prompt-''${(%):-%n}.zsh"
[[ ! -r "$P10K_INSTANT_PROMPT" ]] || source "$P10K_INSTANT_PROMPT"