mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system
This commit is contained in:
parent
f480f656df
commit
d6f7a4a026
3 changed files with 39 additions and 39 deletions
|
@ -1,20 +1,20 @@
|
|||
{ config, lib, 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=";
|
||||
};
|
||||
});
|
||||
}
|
||||
)
|
||||
];
|
||||
# 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
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
wev
|
||||
grim
|
||||
slurp
|
||||
qt5.qtwayland
|
||||
libsForQt5.qt5.qtwayland
|
||||
qt6.qtwayland
|
||||
xdg-utils
|
||||
xdg-desktop-portal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue