signal
This commit is contained in:
parent
15c7a706ce
commit
c22afad762
4 changed files with 10 additions and 43 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ config, pkgs, ...}: {
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
sessionVariables = {
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
||||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
directories = [
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/var/lib/bluetooth"
|
||||
"/etc/ssl/certs"
|
||||
];
|
||||
files = [ ];
|
||||
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
".config/sops"
|
||||
".config/keepassxc"
|
||||
".config/vesktop"
|
||||
".config/Signal"
|
||||
".gnupg"
|
||||
".ssh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue