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:
parent
8261143748
commit
ea4e8fde78
@ -74,6 +74,7 @@ with lib; {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome3.adwaita-icon-theme
|
||||
wdisplays
|
||||
wl-clipboard
|
||||
wl-mirror
|
||||
networkmanagerapplet
|
||||
|
||||
@ -97,6 +97,13 @@ with lib; {
|
||||
titlebar = true;
|
||||
};
|
||||
|
||||
floating = {
|
||||
criteria = [
|
||||
{class = "KeePassXC";}
|
||||
{class = "pavucontrol";}
|
||||
];
|
||||
};
|
||||
|
||||
bars = [];
|
||||
};
|
||||
extraConfig = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user