Add waybar and fonts

This commit is contained in:
2026-01-16 23:49:42 +01:00
parent c02ae342fe
commit fd1644d077
3 changed files with 20 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
home.homeDirectory = "/home/avravels";
imports = [
./other/fonts.nix
./programs/kitty.nix
./programs/zsh.nix
./programs/direnv.nix

13
other/fonts.nix Normal file
View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
nerd-fonts.noto
nerd-fonts.hack
nerd-fonts.ubuntu
];
}

View File

@@ -5,9 +5,15 @@
wofi
];
programs.waybar.enable = true;
wayland.windowManager.hyprland = {
enable = true;
extraConfig = ''
exec-once=waybar
'';
settings = {
### MONITOR
monitor = [