This commit is contained in:
Lilith 2025-05-06 16:11:59 +02:00
parent 15c7a706ce
commit c22afad762
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 10 additions and 43 deletions

View file

@ -1,10 +1,11 @@
{ config, pkgs, ...}: {
{ config, pkgs, ... }:
{
home = {
sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
};
file.inbox.source = config.lib.file.mkOutOfStoreSymlink "/home/lilith/sync/inbox";
file.inbox.source = config.lib.file.mkOutOfStoreSymlink "/home/lilith/sync/inbox";
shellAliases = {
cat = "bat -p";
@ -13,6 +14,7 @@
ll = "${pkgs.eza}/bin/eza -l";
la = "${pkgs.eza}/bin/eza -la";
grep = "grep --color=auto";
os-switch = "nixos-rebuild build --flake $FLAKE -v --log-format internal-json |& nom --json && nvd diff /run/current-system $FLAKE/result && nixos-rebuild switch";
};
};
}

View file

@ -20,6 +20,7 @@
obs-studio
keepassxc
ncspot
signal-desktop-bin
vesktop
logseq
@ -27,6 +28,8 @@
btop
htop
nix-output-monitor
nvd
prismlauncher
lutris

View file

@ -1,40 +0,0 @@
{
lib,
config,
...
}: {
data = {
directories = [
".config/syncthing"
".config/sops"
".config/keepassxc"
".config/vesktop"
".gnupg"
".ssh"
".thunderbird"
".mozilla"
".zen"
"nixos"
"sync"
"code"
".keepass"
".local/share/PrismLauncher"
".local/share/Steam"
".local/share/lutris"
".local/share/games"
];
files = [];
};
cache = {
directories = [
".cache/nix"
".cache/keepassxc"
".cargo"
".local/state/wireplumber"
];
files = [];
};
}