mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: smarter default home path
This commit is contained in:
parent
b0ae4af80d
commit
2f469059a4
4 changed files with 7 additions and 11 deletions
|
|
@ -1,6 +1 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [ ./fonts.nix ];
|
||||
|
||||
home.homeDirectory = lib.mkForce "/Users/leana";
|
||||
}
|
||||
{ imports = [ ./fonts.nix ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue