refactor: remove unneeded hyprland.nix - this is a home-manager thing

This commit is contained in:
EinEtwas 2024-10-16 16:24:47 +02:00
parent b3cd82fc53
commit 4f1fa980ed
2 changed files with 0 additions and 12 deletions

View file

@ -3,7 +3,6 @@
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
./fingerprint.nix ./fingerprint.nix
./hyprland.nix
./shell.nix ./shell.nix
./wayland.nix ./wayland.nix
./greetd.nix ./greetd.nix

View file

@ -1,11 +0,0 @@
{ pkgs, ... }:
{
# Enable Hyprland
programs.hyprland.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.systemPackages = with pkgs; [
hyprlock
];
}