Only provide config to home-manager
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user