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 830 MiB
Languages
QML 34.6%
Nix 33.3%
Shell 11.4%
Emacs Lisp 9.8%
CSS 8.2%
Other 2.7%