remove all default packages,

add btop configs,
update ssh local ips,
add multiple programs to niri config and add more keybinds
This commit is contained in:
wo2wz 2025-08-01 00:36:00 -04:00
parent 3fa1c97cc8
commit a1196deb25
8 changed files with 191 additions and 47 deletions

View file

@ -10,17 +10,29 @@
fontconfig.enable = false;
font-packages.enable = false;
};
fonts.sizes = {
applications = 12;
desktop = 10;
popups = 10;
terminal = 12;
fonts = {
sizes = {
applications = 12;
desktop = 10;
popups = 10;
terminal = 12;
};
monospace = {
package = pkgs.nerd-fonts.hack;
name = "Hack Nerd Font";
};
emoji = {
package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji";
};
};
};
home-manager.users.wo2w.stylix = {
enable = true;
targets = {
btop.enable = false;
spicetify.enable = false;
vesktop.enable = false;
vscode.enable = false;