ff
This commit is contained in:
parent
f59ea55244
commit
9b5197fae4
5 changed files with 258 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
conf,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -11,6 +10,12 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg-desktop-portal-hyprland
|
||||
|
||||
hyprcursor
|
||||
hyprpicker
|
||||
hyprlock
|
||||
hypridle
|
||||
hyprpaper
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
|
|
@ -21,6 +26,8 @@
|
|||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue