mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: some fix to gustave
This commit is contained in:
parent
4746a613ae
commit
4a37e0cc99
2 changed files with 15 additions and 27 deletions
|
@ -2,44 +2,22 @@
|
|||
{
|
||||
luj.hmgr.julien = {
|
||||
|
||||
luj.emails.enable = true;
|
||||
luj.programs.fish.enable = true;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
home.persistence."/persistent/home/julien" = {
|
||||
files = [
|
||||
".config/gnome-initial-setup-done"
|
||||
".config/background"
|
||||
".cert/nm-openvpn/telecom-paris-ca.pem"
|
||||
".local/share/com.ranfdev.Notify.sqlite"
|
||||
];
|
||||
directories = [
|
||||
"Pictures"
|
||||
"Documents"
|
||||
".ssh"
|
||||
".mozilla"
|
||||
"devold"
|
||||
".config/cosmic"
|
||||
".local/share/direnv"
|
||||
".local/state/cosmic-comp"
|
||||
".local/share/atuin"
|
||||
".local/share/firefoxpwa"
|
||||
".config/Signal"
|
||||
".cache/spotify"
|
||||
".config/spotify"
|
||||
".config/autostart"
|
||||
".config/borg"
|
||||
".config/pika-backup"
|
||||
".config/Element"
|
||||
".step"
|
||||
".emacs.d"
|
||||
".gnupg"
|
||||
"Zotero"
|
||||
".config/dconf"
|
||||
".local/share/keyrings"
|
||||
".cache/mu"
|
||||
"Maildir"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
home.packages = [ pkgs.hello ];
|
||||
home.packages = [ pkgs.muchsync ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue