diff --git a/home.nix b/home.nix index 9eafe93..5752bd2 100644 --- a/home.nix +++ b/home.nix @@ -8,6 +8,7 @@ home.homeDirectory = "/home/avravels"; imports = [ + ./other/fonts.nix ./programs/kitty.nix ./programs/zsh.nix ./programs/direnv.nix diff --git a/other/fonts.nix b/other/fonts.nix new file mode 100644 index 0000000..44d078b --- /dev/null +++ b/other/fonts.nix @@ -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 + ]; +} diff --git a/wm/hyprland.nix b/wm/hyprland.nix index d7e658f..8401f57 100644 --- a/wm/hyprland.nix +++ b/wm/hyprland.nix @@ -5,9 +5,15 @@ wofi ]; + programs.waybar.enable = true; + wayland.windowManager.hyprland = { enable = true; + extraConfig = '' + exec-once=waybar + ''; + settings = { ### MONITOR monitor = [