Regenerated
This commit is contained in:
+381
-381
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1337,7 +1337,7 @@ in
|
|||||||
home-manager.users.${username} = { config, lib, ... }:
|
home-manager.users.${username} = { config, lib, ... }:
|
||||||
let
|
let
|
||||||
# Helper to make out-of-store symlinks (clean + re
|
# Helper to make out-of-store symlinks (clean + re
|
||||||
link = path: lib.file.mkOutOfStoreSymlink path;
|
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ in
|
|||||||
home-manager.users.${username} = { config, lib, ... }:
|
home-manager.users.${username} = { config, lib, ... }:
|
||||||
let
|
let
|
||||||
# Helper to make out-of-store symlinks (clean + re
|
# Helper to make out-of-store symlinks (clean + re
|
||||||
link = path: lib.file.mkOutOfStoreSymlink path;
|
link = path: config.lib.file.mkOutOfStoreSymlink path;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|||||||
Reference in New Issue
Block a user