feat: migrate to Stylix (WIP)

This commit is contained in:
2025-05-02 22:02:50 +02:00
parent f5e7a09123
commit 9a29bd9449
23 changed files with 402 additions and 344 deletions

View File

@ -13,16 +13,6 @@
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
nixpkgs.config = {
allowInsecurePredicate =
pkg:
builtins.elem (pkgs.lib.getName pkg) [
"android-sdk-cmdline-tools"
"fluffychat-linux"
"olm"
];
};
environment.systemPackages = with pkgs; [
alacritty
vim