1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add wdisplays, Add floating criteria for keepass and pavuc

This commit is contained in:
Stefan Ellmauthaler 2022-08-22 17:43:02 +02:00
parent 8261143748
commit ea4e8fde78
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256
2 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,7 @@ with lib; {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme
wdisplays
wl-clipboard wl-clipboard
wl-mirror wl-mirror
networkmanagerapplet networkmanagerapplet

View File

@ -97,6 +97,13 @@ with lib; {
titlebar = true; titlebar = true;
}; };
floating = {
criteria = [
{class = "KeePassXC";}
{class = "pavucontrol";}
];
};
bars = []; bars = [];
}; };
extraConfig = '' extraConfig = ''