mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
Added home.nix
This commit is contained in:
11
dot_config/home-manager/home.nix
Normal file
11
dot_config/home-manager/home.nix
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
news.display = "notify";
|
||||||
|
home.stateVersion = "23.11";
|
||||||
|
home.username = lib.mkForce (builtins.getEnv "USER");
|
||||||
|
home.homeDirectory = lib.mkForce (builtins.getEnv "HOME");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user