Add files via upload
This commit is contained in:
parent
9a901cb6b7
commit
d167bc68a5
8 changed files with 263 additions and 123 deletions
20
modules/hyprland.nix
Normal file
20
modules/hyprland.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ 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