Add starter Hyprland config
This commit is contained in:
parent
e4671a839e
commit
f3d8848a5c
23
roles/hyprland.nix
Normal file
23
roles/hyprland.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib, pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./desktop-common.nix
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
dunst
|
||||
polkit-kde-agent
|
||||
eww
|
||||
hyprpaper
|
||||
rofi
|
||||
hyprpicker
|
||||
udiskie
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user