7 lines
133 B
Nix
7 lines
133 B
Nix
{ pkgs, ... }: {
|
|
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
|
|
home.packages = with pkgs; [
|
|
wofi
|
|
];
|
|
|
|
}
|