diff options
| author | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
| commit | 760a0edc2937fab375898bbd2f2a3011eb8c9756 (patch) | |
| tree | d5841eb7dc00ef23f6d6a9b52699e83709a5f3cb /os/wm | |
| parent | 5d0f2554cf56459b0afd27d3ed437a7fa50602a9 (diff) | |
way too many changes to describe
Diffstat (limited to 'os/wm')
| -rw-r--r-- | os/wm/niri.nix | 10 | ||||
| -rw-r--r-- | os/wm/wm.nix | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/os/wm/niri.nix b/os/wm/niri.nix index c876dd1..248ab9e 100644 --- a/os/wm/niri.nix +++ b/os/wm/niri.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, username, ... }: +{ inputs, config, lib, username, ... }: let cfg = config.os.wm.niri; in @@ -8,17 +8,13 @@ in options.os.wm.niri.enable = lib.mkEnableOption "Niri"; config = lib.mkIf cfg.enable { - nixpkgs.overlays = [ inputs.niri.overlays.niri ]; + # nixpkgs.overlays = [ inputs.niri.overlays.niri ]; programs.niri = { enable = true; - package = pkgs.niri-unstable; + # package = pkgs.niri-unstable; }; - environment.systemPackages = with pkgs; [ - wl-restart - ]; - os.srv.compat.enable = true; home-manager.users.${username}.hm.env.niri.enable = true; }; diff --git a/os/wm/wm.nix b/os/wm/wm.nix index 8254722..3d72103 100644 --- a/os/wm/wm.nix +++ b/os/wm/wm.nix @@ -15,6 +15,10 @@ in enable = true; xdgOpenUsePortal = true; extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + config.common = { + "org.freedesktop.impl.portal.ScreenCast" = "gnome"; + "default" = [ "gtk" ]; + }; }; }; } |
