move hyprland to subfolder

This commit is contained in:
Benjamin Palko 2024-07-20 13:02:26 -04:00
parent 6f25d234c3
commit f1061c3c8c
6 changed files with 66 additions and 43 deletions

View file

@ -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

View file

@ -39,7 +39,7 @@ in
home.homeDirectory = "/home/${username}";
imports = [
../home-manager/git.nix
../home-manager/hyprland.nix
../home-manager/hyprland
../home-manager/media.nix
../home-manager/nvim.nix
../home-manager/terminal.nix