chore: fix some outdated todos
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-12 09:35:07 -05:00
parent ec1fcb7a37
commit 24b184e347
5 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,5 @@
{nixpkgs-wayland, ...} @ inputs: [
(import ./dracula-theme inputs)
(import ./plymouth inputs)
(import ./spotifywm inputs)
(import ./squeekboard)

View file

@ -1,6 +0,0 @@
{plymouth-src, ...}: (final: prev: {
plymouth = prev.plymouth.overrideAttrs (o: {
version = plymouth-src.rev;
src = plymouth-src;
});
})

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -39,7 +39,7 @@ in {
home.packages = with pkgs; [
libsForQt5.qtstyleplugin-kvantum
qt6Packages.qtstyleplugin-kvantum #FIXME: doesn't work with qt6ct
qt6Packages.qtstyleplugin-kvantum
];
qt = {
enable = true;
@ -71,5 +71,6 @@ in {
"Kvantum/kvantum.kvconfig".text = "[General]\ntheme=Dracula";
"qt5ct/qt5ct.conf".text = qtconf + "kvantum";
"qt6ct/qt6ct.conf".text = qtconf + "kvantum";
};
}