initial commit
This commit is contained in:
22
modules/desktop/hyprland.nix
Normal file
22
modules/desktop/hyprland.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "Hyprland";
|
||||
user = "lukas";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprpicker hyprpaper hyprcursor
|
||||
waybar swaylock grim slurp wl-clipboard kitty
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user