diff options
author | bd <bdunahu@operationnull.com> | 2024-05-27 01:14:42 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-05-27 01:14:42 -0600 |
commit | 95e0ef89674df8c3f76cee6bfa630ead2672e7ba (patch) | |
tree | 249d21bf30bc99b101f2ce3d890eb631b8693e57 /.config | |
parent | b205ab6c207b0b114965604cd34684a0a2063aed (diff) |
Move home on hati
Diffstat (limited to '.config')
-rw-r--r-- | .config/guix/hati.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/guix/hati.scm b/.config/guix/hati.scm index 0c76722..1e8878a 100644 --- a/.config/guix/hati.scm +++ b/.config/guix/hati.scm @@ -59,7 +59,7 @@ 'fat32)) (type "vfat")) (file-system - (mount-point "/home/bdunahu/Personal") + (mount-point "/home") (device "/dev/mapper/hidden") (type "ext4") (dependencies mapped-devices)) |