home config migration
This commit is contained in:
parent
64f4c4f5b0
commit
4bba4871b4
25 changed files with 1296 additions and 16 deletions
17
modules/home/default.nix
Normal file
17
modules/home/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ username, ... }: {
|
||||
imports = [
|
||||
./misc/kde-connect.nix
|
||||
./core/apps.nix
|
||||
./core/zed.nix
|
||||
./core/xdg.nix
|
||||
./core/cli.nix
|
||||
./core/zsh.nix
|
||||
./desktop.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
stateVersion = "24.11";
|
||||
username = "${username}";
|
||||
homeDirectory = "/home/${username}";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue