Files
home-manager/desktop-environment/window-manager/hyprlua.nix
T
Nina Chlóe Kassandra Reiß b041166db8 fix syntax
2026-07-26 19:58:51 +02:00

33 lines
507 B
Nix

{ pkgs, lib, ... }:
let
hyprFlake = builtins.getFlake "git+https://git.nichkara.eu/system/hyprlua";
profile = import ../../profile.nix;
in
{
imports = [
hyprFlake.homeManagerModules.default
];
home.packages = with pkgs; [
wofi
grim
swaynotificationcenter
hyprpaper
lxsession
hyprlock
hyprshot
wayvnc
pamixer
pavucontrol
brightnessctl
python313Packages.requests
networkmanagerapplet
swaybg
quickshell
waybar
blueman
];
}