fa50eb4f8dfb94b5deef4a4530fd245e58ac99ac
{
home.packages = with pkgs; [ jq ];
wayland.windowManager.hyprland = {
enable = true;
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscroll
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
];
};
}
nixos
This repository contains my experiments playing with nixos
Languages
CSS
69.1%
Nix
17.6%
Emacs Lisp
5%
Shell
4.2%
Scheme
1.7%
Other
2.4%