Skip to content

Commit

Permalink
Merge pull request #14 from Ruixi-rebirth/master
Browse files Browse the repository at this point in the history
更新README
  • Loading branch information
yaocccc authored Feb 10, 2023
2 parents 95af3c6 + 9796f95 commit e244b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ exec dwm
```sh
nix run github:yaocccc/dwm
```
下面是在 nixos configuration中使用它的示例
下面是在 nixos configuration 中使用它的示例
```nix
{
description = "My configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
dwm.url = "./dwm";
dwm.url = "github:yaocccc/dwm";
};
outputs = { nixpkgs, dwm, ... }:
Expand Down
1 change: 1 addition & 0 deletions result

0 comments on commit e244b85

Please sign in to comment.