mirror of
https://github.com/blahai/nyx.git
synced 2025-06-12 13:13:02 -04:00
A lot of shit from the past month or so
This commit is contained in:
parent
29f489788d
commit
5303b715ff
17 changed files with 306 additions and 224 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue