fix(home-manager): move specific packages to laptop

This commit is contained in:
Alexandre Cavalheiro 2024-09-19 00:51:17 -03:00
parent cfdb81ffdc
commit 96b1425736
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 15 additions and 2 deletions

View file

@ -17,7 +17,6 @@
## Tools
# Utilities
brightnessctl
fastfetch
firefox
pavucontrol

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
#
@ -53,6 +53,20 @@
};
};
#
# PACKAGES #
#
home.packages = with pkgs; [
## Tools
# Utilities
brightnessctl
];
#
# MODULES #
#
# Add monitor configuration to hyprland
modules.hyprland.extraConfig = # hyprlang
''