mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
removed home-mamager config for dustin
This commit is contained in:
parent
7c519670d8
commit
b80698bc90
|
@ -1,11 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
];
|
||||
|
||||
# TODO please change the username & home directory to your own
|
||||
home.username = "dustin";
|
||||
home.homeDirectory = "/home/dustin";
|
||||
}
|
Loading…
Reference in a new issue