Fixed Hyprland config errors for installation

This commit is contained in:
2025-11-19 20:52:12 +01:00
parent 61adc10c49
commit 72acec33da
8 changed files with 38 additions and 48 deletions

View File

@@ -30,7 +30,7 @@
wl-clipboard # Clipboard utilities
# File manager
thunar
xfce.thunar
# Image viewer
imv
@@ -52,18 +52,12 @@
socat # Socket tools
wlogout # Logout menu
nwg-look # GTK theme config
qt5ct # Qt5 config
qt6ct # Qt6 config
libsForQt5.qt5ct # Qt5 config
kdePackages.qt6ct # Qt6 config
];
# Enable XDG Desktop Portal for Hyprland
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};
# XDG Desktop Portal is configured by Hyprland module
# No need to configure it again here
# Security - for screen locking
security.pam.services.hyprlock = {};
@@ -71,9 +65,11 @@
# Fonts for better UI
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-emoji
font-awesome
(nerdfonts.override { fonts = [ "JetBrainsMono" "FiraCode" "DroidSansMono" ]; })
nerd-fonts.jetbrains-mono
nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
];
}