chore: fix some outdated todos
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ec1fcb7a37
commit
24b184e347
5 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
{nixpkgs-wayland, ...} @ inputs: [
|
||||
(import ./dracula-theme inputs)
|
||||
(import ./plymouth inputs)
|
||||
(import ./spotifywm inputs)
|
||||
(import ./squeekboard)
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{plymouth-src, ...}: (final: prev: {
|
||||
plymouth = prev.plymouth.overrideAttrs (o: {
|
||||
version = plymouth-src.rev;
|
||||
src = plymouth-src;
|
||||
});
|
||||
})
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue