disable jack and pulse (?)
match flake-foxora
This commit is contained in:
parent
e8676e4a29
commit
536010e275
5 changed files with 2 additions and 90 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{pkgs}:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "sddm-theme-corners";
|
||||
version = "1.0.0";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/sddm/themes
|
||||
cp -ar $src/corners $out/share/sddm/themes/
|
||||
'';
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "aczw";
|
||||
repo = "sddm-theme-corners";
|
||||
rev = "6ff0ff455261badcae36cd7d151a34479f157a3c";
|
||||
sha256 = "0iiasrbl7ciyhq3z02la636as915zk9ph063ac7vm5iwny8vgwh8";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
];
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
qt5.wrapQtAppsHook
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue