..
This commit is contained in:
@@ -73,6 +73,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.xdg-desktop-portal-wlr.enable = true;
|
||||
systemd.user.services.xdg-desktop-portal-wlr.serviceConfig.ExecStart = let
|
||||
settingsFormat = pkgs.formats.ini { };
|
||||
configFile = settingsFormat.generate "xdg-desktop-portal-wlr.ini" {
|
||||
@@ -111,6 +112,17 @@ in {
|
||||
};
|
||||
};
|
||||
xdg.portal = {
|
||||
wlr.enable = true;
|
||||
wlr.settings = {
|
||||
screencast = {
|
||||
output_name = "eDP-1";
|
||||
|
||||
# to make streaming of individual windows work
|
||||
chooser_type = "dmenu";
|
||||
chooser_cmd = "${lib.getExe pkgs.bemenu}";
|
||||
};
|
||||
};
|
||||
|
||||
enable = true;
|
||||
config = {
|
||||
common = {
|
||||
@@ -360,6 +372,9 @@ output "HDMI-A-1" {
|
||||
|
||||
|
||||
### Key bindings
|
||||
# ppc ne
|
||||
bindsym F12 exec ppc ne
|
||||
|
||||
# QuickLaunch
|
||||
bindsym $mod+i mode "QuickLaunch"
|
||||
mode QuickLaunch {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, self, pkgsUnstable, ... }:
|
||||
{ lib, self, pkgsUnstable, pkgs, ... }:
|
||||
|
||||
# config that i use on all my hosts, that run native nixos
|
||||
# excluding for example my phone phone
|
||||
@@ -37,6 +37,10 @@
|
||||
ln -nsf /run/current-system/sw/bin/bash /bin/bash
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
waypipe
|
||||
];
|
||||
|
||||
# the hosts file
|
||||
networking.extraHosts = ''
|
||||
${builtins.readFile "${self}/misc/my-hosts"}
|
||||
|
||||
Reference in New Issue
Block a user