hyprland update to latest stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-28 23:25:25 -05:00
parent 4015310d8f
commit aee99712f8
14 changed files with 1269 additions and 189 deletions

View file

@ -31,10 +31,15 @@
ros_neovim.nixosModules.default
./configuration.nix
./hardware-configuration.nix
./sway_customizations.nix
# ./sway_customizations.nix
./hyprland_customizations.nix
(
{ config, pkgs, ... }:
{
services.devmon.enable = true;
services.gvfs.enable = true;
services.udisks2.enable = true;
networking = {
firewall = {
allowedTCPPorts = [
@ -87,7 +92,7 @@
reporting.enable = true;
};
secrets.enable = true;
desktopEnvironment.sway = {
desktopEnvironment.hyprland = {
enable = true;
waybar.enable = true;
swaync.enable = true;