mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
feat: cleanup
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
osConfig,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
}: rec {
|
||||
home = {
|
||||
inherit username stateVersion;
|
||||
homeDirectory = "/home/${username}";
|
||||
shellAliases = {
|
||||
nix-reload-home = "home-manager switch --flake ${./..}";
|
||||
nix-reload-system = "nixos-rebuild switch --flake ${./..}";
|
||||
};
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
XDG_PROJECTS_DIR = "${home.homeDirectory}/Projects";
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user