henrov fa50eb4f8d { config, lib, pkgs, flakeRoot, inputs, ... }:
{
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
];
};
}
2026-03-02 19:37:18 +01:00
2026-02-22 19:25:39 +01:00
2026-02-21 22:31:46 +00:00
2026-02-23 21:58:22 +01:00
2026-02-21 22:31:46 +00:00

nixos

This repository contains my experiments playing with nixos

S
Description
This repository contains my experiments playing with nixos
Readme GPL-3.0 802 MiB
Languages
CSS 69.1%
Nix 17.6%
Emacs Lisp 5%
Shell 4.2%
Scheme 1.7%
Other 2.4%