19 lines
259 B
Nix
19 lines
259 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./hyprlock.nix
|
|
./hypridle.nix
|
|
# ../waybar
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
grim
|
|
slurp
|
|
wl-clipboard
|
|
cliphist
|
|
brightnessctl
|
|
];
|
|
}
|