2024-05-10 02:37:26 +03:00
|
|
|
{ usersPath, ... }:
|
2024-04-16 02:51:46 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./jan.nix
|
2024-05-10 02:37:26 +03:00
|
|
|
(usersPath + "/nas")
|
2024-04-16 02:51:46 +03:00
|
|
|
];
|
|
|
|
|
|
|
|
home-manager.sharedModules = [
|
|
|
|
{
|
|
|
|
local.window-manager.polybar.wifiDevice = "wlp3s0";
|
|
|
|
|
|
|
|
local.programs.terminals = {
|
|
|
|
wezterm.fontSize = 10.0;
|
|
|
|
alacritty.fontSize = 8.0;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|