mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
@@ -137,7 +137,9 @@ in {
|
||||
mimeType = ["text/html" "text/xml" "application/xhtml+xml"];
|
||||
};
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".config/net.imput.helium"
|
||||
];
|
||||
home.persistence."/persist" = lib.mkIf (config.var.impermanenceEnabled or false) {
|
||||
directories = [
|
||||
".config/net.imput.helium"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
vlc # Video player
|
||||
obsidian # Note taking app
|
||||
@@ -13,9 +18,11 @@
|
||||
gnome-text-editor
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".config/ticktick"
|
||||
".config/Signal"
|
||||
".config/obsidian"
|
||||
];
|
||||
home.persistence."/persist" = lib.mkIf (config.var.impermanenceEnabled or false) {
|
||||
directories = [
|
||||
".config/ticktick"
|
||||
".config/Signal"
|
||||
".config/obsidian"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
@@ -28,8 +29,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".config/protonvpn"
|
||||
".config/Proton Pass"
|
||||
];
|
||||
home.persistence."/persist" = lib.mkIf (config.var.impermanenceEnabled or false) {
|
||||
directories = [
|
||||
".config/protonvpn"
|
||||
".config/Proton Pass"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user