chore: do some stuff
devenv: scripts and nixpkgs-fmt hyprland: enable UWSM support
This commit is contained in:
parent
5175a6d9f3
commit
57c4933610
5 changed files with 14 additions and 7 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue