mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
delete keepass
This commit is contained in:
parent
da18cb40c3
commit
e156dc2647
4 changed files with 0 additions and 26 deletions
|
@ -1,23 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# nixpkgs.overlays = [
|
||||
# (self: super:
|
||||
# {
|
||||
# keepmenu = super.keepmenu.overrideAttrs (oldAttrs: rec {
|
||||
# pname = "keepmenu";
|
||||
# version = "1.3.1";
|
||||
# src = super.python3Packages.fetchPypi {
|
||||
# inherit pname version;
|
||||
# sha256 = "sha256-AGuJY7IirzIjcu/nY9CzeOqU1liwcRijYLi8hGN/pRg=";
|
||||
# };
|
||||
# });
|
||||
# }
|
||||
# )
|
||||
# ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
keepmenu
|
||||
];
|
||||
}
|
|
@ -305,7 +305,6 @@ in
|
|||
windowrulev2 = opacity 1.0,class:^(librewolf),fullscreen:1
|
||||
windowrulev2 = opacity 0.85,title:^(My Local Dashboard Awesome Homepage - qutebrowser)$
|
||||
windowrulev2 = opacity 0.85,title:\[.*\] - My Local Dashboard Awesome Homepage
|
||||
windowrulev2 = opacity 0.85,class:^(org.keepassxc.KeePassXC)$
|
||||
windowrulev2 = opacity 0.85,class:^(org.gnome.Nautilus)$
|
||||
windowrulev2 = opacity 0.85,class:^(org.gnome.Nautilus)$
|
||||
|
||||
|
|
|
@ -204,7 +204,6 @@ opacity-rule = [
|
|||
"90:class_g = 'Navigator'",
|
||||
"90:class_g = 'Rofi'",
|
||||
"90:class_g = 'Geary'",
|
||||
"90:class_g = 'KeePassXC'",
|
||||
"90:class_g = 'gnome-calendar'",
|
||||
"90:class_g = 'NewsFlashGTK'",
|
||||
"90:class_g = 'Pavucontrol'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue