Add keepassxc and pulseeffects
This commit is contained in:
parent
a77da8d5e8
commit
4bcca30c99
@ -1,20 +0,0 @@
|
|||||||
{ lib, python37Packages }:
|
|
||||||
with python37Packages;
|
|
||||||
buildPythonPackage rec {
|
|
||||||
pname = "podman-compose";
|
|
||||||
version = "0.1.5";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
inherit pname version;
|
|
||||||
sha256 = "1sgbc889zq127qhxa9frhswa1mid19fs5qnyzfihx648y5i968pv";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyaml ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = https://github.com/containers/podman-compose;
|
|
||||||
description = "A script to run docker-compose.yml using podman";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
# maintainers = with maintainers; [ alukardbf ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -11,7 +11,10 @@ in {
|
|||||||
config = rec {
|
config = rec {
|
||||||
assigns = {
|
assigns = {
|
||||||
# "" = [ { class = "Chromium"; } { class = "Firefox"; } ];
|
# "" = [ { class = "Chromium"; } { class = "Firefox"; } ];
|
||||||
"" = [ { class = "Spotify"; } ];
|
"" = [
|
||||||
|
{ class = "Spotify"; }
|
||||||
|
# { class = "PulseEffects"; }
|
||||||
|
];
|
||||||
"" = [
|
"" = [
|
||||||
{ class = "^Telegram"; }
|
{ class = "^Telegram"; }
|
||||||
{ class = "^VK"; }
|
{ class = "^VK"; }
|
||||||
@ -92,6 +95,18 @@ in {
|
|||||||
{ command = "${pkgs.xorg.xrdb}/bin/xrdb -merge ~/.Xresources"; }
|
{ command = "${pkgs.xorg.xrdb}/bin/xrdb -merge ~/.Xresources"; }
|
||||||
{ command = "${pkgs.pywal}/bin/wal -R"; }
|
{ command = "${pkgs.pywal}/bin/wal -R"; }
|
||||||
{ command = "${pkgs.spotifywm}/bin/spotifywm"; }
|
{ command = "${pkgs.spotifywm}/bin/spotifywm"; }
|
||||||
|
{
|
||||||
|
command =
|
||||||
|
"${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
command =
|
||||||
|
"${pkgs.keepassxc}/bin/keepassxc --keyfile=/home/alukard/.passwords.key /home/alukard/nixos-config/misc/Passwords.kdbx";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
command =
|
||||||
|
"${pkgs.pulseeffects}/bin/pulseeffects --gapplication-service";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
keybindings = let
|
keybindings = let
|
||||||
script = name: content: "exec ${pkgs.writeScript name content}";
|
script = name: content: "exec ${pkgs.writeScript name content}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user