2025-02-05 10:25:00 -03:00
|
|
|
{self, ...}: {
|
|
|
|
|
home.username = "guz";
|
|
|
|
|
home.homeDirectory = "/home/guz";
|
|
|
|
|
|
|
|
|
|
imports = [
|
2025-02-05 10:27:12 -03:00
|
|
|
self.homeManagerModules.devenv
|
2025-02-06 09:52:18 -03:00
|
|
|
self.homeManagerModules.zen-browser
|
2025-02-05 10:25:00 -03:00
|
|
|
|
|
|
|
|
./desktop.nix
|
|
|
|
|
./keymaps.nix
|
|
|
|
|
];
|
|
|
|
|
|
2025-02-06 09:52:18 -03:00
|
|
|
programs.zen-browser.enable = true;
|
|
|
|
|
|
2025-02-05 10:25:00 -03:00
|
|
|
# The *state version* indicates which default
|
|
|
|
|
# settings are in effect and will therefore help avoid breaking
|
|
|
|
|
# program configurations. Switching to a higher state version
|
|
|
|
|
# typically requires performing some manual steps, such as data
|
|
|
|
|
# conversion or moving files.
|
|
|
|
|
home.stateVersion = "24.11";
|
|
|
|
|
}
|