Skip to content

Commit

Permalink
readme: update how to use in nixos (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Jul 31, 2023
1 parent 21d00ed commit f1d524d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,17 @@ emerge --ask --verbose "=gui-wm/wayfire-9999"

###### NixOS

See [nixpkgs-wayland].

[nixpkgs-wayland]: https://github.com/nix-community/nixpkgs-wayland
Enable Wayfire in your NixOS configuration:
```nix
programs.wayfire = {
enable = true;
plugins = with pkgs.wayfirePlugins; [
wcm
wf-shell
wayfire-plugins-extra
];
};
```

###### Ubuntu

Expand Down

0 comments on commit f1d524d

Please sign in to comment.