init
This commit is contained in:
15
custom/hyprland.nix
Normal file
15
custom/hyprland.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = (with pkgs; [
|
||||
rofi
|
||||
hyprcursor
|
||||
swww
|
||||
hyprland
|
||||
hyprlock
|
||||
hyprsunset
|
||||
]);
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true; # recommended for most users
|
||||
#xwayland.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user