17 lines
No EOL
205 B
Nix
Executable file
17 lines
No EOL
205 B
Nix
Executable file
{config, pkgs, ...}:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./gtk/default.nix
|
|
];
|
|
|
|
programs.home-manager.enable = true;
|
|
|
|
home = {
|
|
username = "notoh";
|
|
homeDirectory = "/home/notoh";
|
|
stateVersion = "23.05";
|
|
};
|
|
|
|
} |