This commit is contained in:
Till 2026-03-04 19:50:45 +01:00
parent 312d6d63ef
commit 96e5924fb0
17 changed files with 126 additions and 43 deletions

View file

@ -0,0 +1,29 @@
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = true;
# xwayland.enable = true;
};
# programs.regreet = {
# enable = true;
# # For this example you'd need to have a version of Adwaita and the font Cantarell installed
# theme.name = "Adwaita";
# font = {
# name = "Cantarell";
# size = 16;
# };
# cursorTheme.name = "Adwaita";
# };
environment.systemPackages = with pkgs; [
ashell
kitty
mako
tofi
];
}