Move home packages one level up

This commit is contained in:
larstvei 2025-08-28 09:30:12 +02:00
parent 5ff263a17d
commit 9b47392d76
2 changed files with 11 additions and 10 deletions

View File

@ -1,5 +1,14 @@
{ zen-browser, ... }: { pkgs, zen-browser, ... }:
{ {
home.packages = [
pkgs.adwaita-icon-theme
pkgs.brightnessctl
pkgs.pamixer
pkgs.rofi-wayland
pkgs.wtype
];
imports = [ imports = [
zen-browser.homeModules.beta zen-browser.homeModules.beta
./hyprland ./hyprland

View File

@ -1,13 +1,5 @@
{ pkgs, ... }: { ... }:
{ {
home.packages = [
pkgs.adwaita-icon-theme
pkgs.brightnessctl
pkgs.pamixer
pkgs.rofi-wayland
pkgs.wtype
];
programs.kitty.enable = true; programs.kitty.enable = true;
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {