From 5de9830ed98f075285b4ac4e225df60643040731 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 May 2024 22:26:56 +0200 Subject: [PATCH] Fix steam path --- machines/workstation/persist.nix | 5 +++-- users/hu/persist.nix | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/machines/workstation/persist.nix b/machines/workstation/persist.nix index 96fc9c8..f041b97 100644 --- a/machines/workstation/persist.nix +++ b/machines/workstation/persist.nix @@ -1,8 +1,8 @@ -{ config, lib, pkgs, impermanence, ... }: +{ ... }: { environment.persistence."/nix/persist" = { - hideMounts = false; + hideMounts = true; directories = [ "/var/log" "/var/lib/nixos" @@ -19,3 +19,4 @@ ]; }; } + diff --git a/users/hu/persist.nix b/users/hu/persist.nix index 50dbcd0..4378b34 100644 --- a/users/hu/persist.nix +++ b/users/hu/persist.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, impermanence, ... }: +{ ... }: { environment.persistence."/nix/persist".users.hu = { @@ -31,7 +31,7 @@ ".local/share/nvim" ".local/state/nvim" ".steam" - ".local/share/steam" + ".local/share/Steam" ]; files = [ ".mozilla/firefox/shaga/places.sqlite"