🔐 Enter hyprland.conf
Moved hyprland config into NixOS configuration. Moved hyprcursor under hyprland config.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# System configurations for Hyprland. For home configs, see ./home/hyprland
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
@ -8,6 +9,8 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
swaynotificationcenter
|
||||
xdg-desktop-portal-hyprland
|
||||
hyprpolkitagent # Auth deamon providing modals for password auth
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
|
Reference in New Issue
Block a user