Add hyprland + test config
This commit is contained in:
parent
3784b4a6fe
commit
daadeccc45
4 changed files with 27 additions and 11 deletions
15
modules/hyprland.nix
Normal file
15
modules/hyprland.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
services.udisks2 = {
|
||||
enable = true;
|
||||
mountOnMedia = true;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue