19 lines
249 B
Nix
19 lines
249 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./hyprland.nix
|
|
./waybar.nix
|
|
./wofi.nix
|
|
];
|
|
home.packages = with pkgs; [
|
|
mako
|
|
libnotify
|
|
swww
|
|
polkit-kde-agent
|
|
dolphin
|
|
power-profiles-daemon
|
|
pavucontrol
|
|
grimblast
|
|
];
|
|
|
|
}
|