Files
nixos/packages/hyprland/default.nix
T
biscuit 9423554aa4 wip
2025-05-13 18:58:32 -05:00

21 lines
375 B
Nix

{ pkgs, ... }: {
# home.packages = [
# pkgs.hyprland
# ];
# programs.hyprland = {
# enable = true;
# };
home.file.".config/hypr/hyprland.conf" = {
source = builtins.toPath ./hyprland.conf;
force = true;
};
# home.file.".config/hypr/hyprland" = {
# source = builtins.toPath ./custom;
# recursive = true;
# force = true;
# };
}