move hyprland to subfolder
This commit is contained in:
parent
6f25d234c3
commit
f1061c3c8c
6 changed files with 66 additions and 43 deletions
|
|
@ -2,10 +2,17 @@
|
|||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
programs.hyprlock.enable = true;
|
||||
services.hypridle.enable = true;
|
||||
programs.thunar.enable = true;
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprcursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue