added homemandger directory
This commit is contained in:
parent
d9b0288868
commit
fccb78d1ff
3 changed files with 43 additions and 0 deletions
6
.modules/features/desktop/environments/wayfire.nix
Normal file
6
.modules/features/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