19 lines
297 B
Nix
19 lines
297 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./jan.nix
|
|
# ../../../users/nas.nix
|
|
];
|
|
|
|
home-manager.sharedModules = [
|
|
{
|
|
local.window-manager.polybar.wifiDevice = "wlp2s0";
|
|
|
|
local.programs.terminals = {
|
|
wezterm.fontSize = 10.0;
|
|
alacritty.fontSize = 8.0;
|
|
};
|
|
}
|
|
];
|
|
}
|