mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): tungsten use nix-darwin
This commit is contained in:
parent
307bc1c604
commit
d86974768b
3 changed files with 33 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [ ./fonts.nix ];
|
||||
home.homeDirectory = "/Users/leana";
|
||||
|
||||
home.homeDirectory = lib.mkForce "/Users/leana";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue