initial commit

This commit is contained in:
2026-08-15 16:21:08 -07:00
commit a67158f51b
24 changed files with 814 additions and 0 deletions

18
home/hypr/default.nix Normal file
View File

@@ -0,0 +1,18 @@
{ pkgs, ... }:
{
imports = [
./hyprland.nix
./hyprlock.nix
./hypridle.nix
# ../waybar
];
home.packages = with pkgs; [
grim
slurp
wl-clipboard
cliphist
brightnessctl
];
}