mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix persist
This commit is contained in:
parent
aba1da6c1f
commit
41ae205f6a
5 changed files with 72 additions and 53 deletions
|
|
@ -3,7 +3,6 @@ let
|
|||
fs-diff = with pkgs;
|
||||
writeShellApplication {
|
||||
name = "fs-diff";
|
||||
runtimeInputs = [ flameshot curl xsel ];
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
# fs-diff.sh
|
||||
|
|
@ -36,7 +35,7 @@ let
|
|||
in with lib; {
|
||||
config = mkIf osConfig.mods.impermanence.enable {
|
||||
home.packages = [ fs-diff ];
|
||||
# home.persistence."/persistent/home/muon" = {
|
||||
# home.persistence."/persist/home/muon" = {
|
||||
# directories = [
|
||||
# "documents"
|
||||
# "downloads"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue