flake: get rid of flake-parts!

This commit is contained in:
Charlie Root 2024-11-01 14:51:13 +01:00
commit 2d5ee6c621
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
11 changed files with 58 additions and 127 deletions

View file

@ -1,11 +1,11 @@
{
config,
lib,
inputs',
inputs,
pkgs,
...
}: let
inherit (inputs') quickshell;
inherit (inputs) quickshell;
inherit (lib.generators) toKeyValue;
inherit (config.meta.mainUser) username;
in {
@ -13,7 +13,7 @@ in {
home.packages = with pkgs; [
qt6.qtimageformats # amog
qt6.qt5compat # shader fx
(quickshell.packages.default.override {
(quickshell.packages.x86_64-linux.default.override {
withJemalloc = true;
withQtSvg = true;
withX11 = true;