chore: do some stuff

devenv: scripts and nixpkgs-fmt
hyprland: enable UWSM support
This commit is contained in:
Zhongheng Liu 2025-01-08 22:46:31 +02:00
commit 57c4933610
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 14 additions and 7 deletions

View file

@ -24,11 +24,15 @@
scripts.hello.exec = ''
echo hello from $GREET
'';
scripts.about.exec = ''
${pkgs.glow}/bin/glow -p ./README.md
less ./LICENSE
'';
enterShell = ''
hello
git --version
alejandra --version
nixpkgs-fmt --version
'';
# https://devenv.sh/tests/