Add hyprland + test config

This commit is contained in:
Florian RICHER 2023-08-20 13:12:48 +02:00
parent 3784b4a6fe
commit daadeccc45
4 changed files with 27 additions and 11 deletions

15
modules/hyprland.nix Normal file
View file

@ -0,0 +1,15 @@
{ pkgs, ... }:
{
programs.hyprland.enable = true;
services.udisks2 = {
enable = true;
mountOnMedia = true;
};
services.xserver = {
enable = true;
excludePackages = [ pkgs.xterm ];
};
}