rearranged modules/
This commit is contained in:
parent
0d0acb8280
commit
5c860a8388
9 changed files with 7 additions and 7 deletions
6
modules/system/desktop-environments/wayfire.nix
Normal file
6
modules/system/desktop-environments/wayfire.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.nixpkgs-wayland.packages.${system}.wayfire-unstable
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue