blob: e2053fe5d753a99a5a33afaf356eecaeffacdbff (
plain)
1
2
3
4
5
6
7
8
9
10
|
{ pkgs, hyprland-plugins, ... }: {
imports = [
./home.nix
./gaming.nix
../modules/home-manager/waybar.nix
../modules/home-manager/swaylock.nix
../modules/home-manager/swayidle.nix
../modules/home-manager/hypridle.nix
];
}
|