nh
This commit is contained in:
parent
312d6d63ef
commit
96e5924fb0
17 changed files with 126 additions and 43 deletions
29
system/desktop/hyprland.nix
Normal file
29
system/desktop/hyprland.nix
Normal 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
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue