A lot of shit from the past month or so

This commit is contained in:
blahai 2025-03-27 16:54:23 +02:00
parent 29f489788d
commit 5303b715ff
No known key found for this signature in database
17 changed files with 306 additions and 224 deletions

View file

@ -1,9 +1,10 @@
{
pkgs,
config,
inputs,
lib,
...
}: {
}: let
inherit (lib.modules) mkDefault;
in {
imports = [
./hyprland/rules.nix
./hyprland/keybinds.nix
@ -36,8 +37,7 @@
};
xdg.portal = {
enable = true;
configPackages = [config.wayland.windowManager.hyprland.package];
enable = mkDefault true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
@ -46,7 +46,9 @@
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
package = null;
portalPackage = null;
systemd.variables = ["--all"];
settings = {
monitor = [