fix the xdg portal configuration, making screensharing work
This commit is contained in:
parent
2d55290697
commit
1d212fcefd
7 changed files with 39 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
|
@ -86,10 +86,6 @@
|
|||
NetworkManager.requires = ["ModemManager.service"];
|
||||
};
|
||||
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
package = inputs.niri.packages.${pkgs.stdenv.hostPlatform.system}.niri-unstable;
|
||||
};
|
||||
services.tlp.enable = true;
|
||||
services.tlp.settings = {
|
||||
CPU_SCALING_GOVERNOR_ON_BAT = "ondemand";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue