Fix steam path
This commit is contained in:
parent
ee3cd76757
commit
5de9830ed9
2 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ config, lib, pkgs, impermanence, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.persistence."/nix/persist" = {
|
environment.persistence."/nix/persist" = {
|
||||||
hideMounts = false;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
"/var/log"
|
"/var/log"
|
||||||
"/var/lib/nixos"
|
"/var/lib/nixos"
|
||||||
|
@ -19,3 +19,4 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, inputs, impermanence, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.persistence."/nix/persist".users.hu = {
|
environment.persistence."/nix/persist".users.hu = {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/state/nvim"
|
".local/state/nvim"
|
||||||
".steam"
|
".steam"
|
||||||
".local/share/steam"
|
".local/share/Steam"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".mozilla/firefox/shaga/places.sqlite"
|
".mozilla/firefox/shaga/places.sqlite"
|
||||||
|
|
Loading…
Reference in a new issue