switched from flake to devenv (better trust)
This commit is contained in:
16
devenv.nix
Normal file
16
devenv.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user