Only provide config to home-manager

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-26 19:54:47 +02:00
parent 6ea27dedd6
commit 4d0693c47e
+3 -22
View File
@@ -1,8 +1,9 @@
{ {
description = "Hyprland test wrapper from nixpkgs only"; description = "Hyprland test wrapper from nixpkgs only";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
};
outputs = outputs =
{ self, nixpkgs, ... }: { self, nixpkgs, ... }:
let let
@@ -63,26 +64,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [
wofi
grim
swaynotificationcenter
hyprpaper
lxsession
hyprlock
hyprshot
wayvnc
pamixer
pavucontrol
brightnessctl
python313Packages.requests
networkmanagerapplet
swaybg
quickshell
waybar
blueman
];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;