refactor: remove unneeded hyprland.nix - this is a home-manager thing
This commit is contained in:
parent
b3cd82fc53
commit
4f1fa980ed
2 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Enable Hyprland
|
|
||||||
programs.hyprland.enable = true;
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
hyprlock
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue