todo: reinstall

This commit is contained in:
OCbwoy3
2024-12-19 12:43:18 +02:00
parent 17c5d35fb4
commit 4df3a6ba2c
4 changed files with 414 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, inputs, pkgs, ... }:
{
@@ -42,6 +42,8 @@
programs.hyprland = {
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
programs.zsh = {