Skip to content

Commit

Permalink
feat: wayland overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 4, 2023
1 parent 1705cd0 commit 4beae71
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 20 deletions.
6 changes: 6 additions & 0 deletions devShell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
command = "git push";
category = "source control";
}
{
help = "Update flake inputs and commit changes";
name = "update";
command = ''nix flake update && git commit flake.lock -m "flake: bump inputs"'';
category = "utils";
}
];

shellEnv = [
Expand Down
Loading

0 comments on commit 4beae71

Please sign in to comment.