switched from flake to devenv (better trust)

This commit is contained in:
2026-06-23 12:48:51 +01:00
parent be6647e6d6
commit 10ff3c170e
6 changed files with 96 additions and 103 deletions

16
devenv.nix Normal file
View File

@@ -0,0 +1,16 @@
{
pkgs,
lib,
config,
inputs,
...
}:
{
# https://devenv.sh/packages/
packages = with pkgs; [
quickshell
kdePackages.qtdeclarative
];
env.DEVSHELL_NAME = "󰏖 devenv/#fab387| quickshell/green";
}