hyprland setup

This commit is contained in:
William 2025-03-17 22:19:38 -03:00
parent ad154e9ed1
commit ac4bcbed6d
4 changed files with 293 additions and 0 deletions

View file

@ -46,6 +46,8 @@
security.rtkit.enable = true; # Needed for pipewire to acquire realtime priority
programs.hyprland.enable = true;
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;

View file

@ -152,6 +152,7 @@
fontDir.enable = true;
packages = with pkgs; [
corefonts
material-icons
noto-fonts-cjk-sans
roboto
];