update
This commit is contained in:
parent
c22afad762
commit
3f20219e43
7 changed files with 116 additions and 81 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
pinentry.package = pkgs.pinentry-gtk2;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
keepassxc
|
||||
ncspot
|
||||
signal-desktop-bin
|
||||
telegram-desktop
|
||||
|
||||
vesktop
|
||||
logseq
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue