2024-10-14 14:14:31 -07:00
|
|
|
{ pkgs, ... }: {
|
|
|
|
imports = [
|
|
|
|
./hyprland.nix
|
|
|
|
./waybar.nix
|
|
|
|
./wofi.nix
|
|
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
mako
|
|
|
|
libnotify
|
|
|
|
swww
|
|
|
|
polkit-kde-agent
|
|
|
|
dolphin
|
|
|
|
power-profiles-daemon
|
|
|
|
pavucontrol
|
2024-10-15 16:57:00 -07:00
|
|
|
grimblast
|
2024-10-14 14:14:31 -07:00
|
|
|
];
|
|
|
|
|
|
|
|
}
|