first
This commit is contained in:
14
hm/home.nix
Normal file
14
hm/home.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
{
|
||||
|
||||
home.username = "bangae1";
|
||||
home.homeDirectory = "/home/bangae1";
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
xdg.configFile."mango" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/mango/hm/mango";
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user