Add keepassxc and pulseeffects

This commit is contained in:
Dmitriy Holkin 2020-01-26 00:20:58 +04:00
parent a77da8d5e8
commit 4bcca30c99
2 changed files with 16 additions and 21 deletions

View File

@ -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 ];
};
}

View File

@ -11,7 +11,10 @@ in {
config = rec {
assigns = {
# "" = [ { class = "Chromium"; } { class = "Firefox"; } ];
"" = [ { class = "Spotify"; } ];
"" = [
{ class = "Spotify"; }
# { class = "PulseEffects"; }
];
"" = [
{ class = "^Telegram"; }
{ class = "^VK"; }
@ -92,6 +95,18 @@ in {
{ command = "${pkgs.xorg.xrdb}/bin/xrdb -merge ~/.Xresources"; }
{ command = "${pkgs.pywal}/bin/wal -R"; }
{ 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
script = name: content: "exec ${pkgs.writeScript name content}";