Delete modules/hyprland.nix

This commit is contained in:
ediblerope 2025-12-03 15:58:39 +00:00 committed by GitHub
parent de973ae6c6
commit 04be2f2f10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.hyprland= {
enable = true; # enable Hyprland
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
wofi
hyprpaper
waybar
hyprlock
kitty
libnotify
swaynotificationcenter
nerd-fonts.zed-mono
];
}