Delete modules/hyprland.nix
This commit is contained in:
parent
de973ae6c6
commit
04be2f2f10
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland= {
|
||||
enable = true; # enable Hyprland
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wofi
|
||||
hyprpaper
|
||||
waybar
|
||||
hyprlock
|
||||
kitty
|
||||
libnotify
|
||||
swaynotificationcenter
|
||||
nerd-fonts.zed-mono
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue