fix(home-manager): move specific packages to laptop
This commit is contained in:
parent
cfdb81ffdc
commit
96b1425736
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
# Utilities
|
# Utilities
|
||||||
brightnessctl
|
|
||||||
fastfetch
|
fastfetch
|
||||||
firefox
|
firefox
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
#
|
#
|
||||||
|
@ -53,6 +53,20 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#
|
||||||
|
# PACKAGES #
|
||||||
|
#
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
## Tools
|
||||||
|
# Utilities
|
||||||
|
brightnessctl
|
||||||
|
];
|
||||||
|
|
||||||
|
#
|
||||||
|
# MODULES #
|
||||||
|
#
|
||||||
|
|
||||||
# Add monitor configuration to hyprland
|
# Add monitor configuration to hyprland
|
||||||
modules.hyprland.extraConfig = # hyprlang
|
modules.hyprland.extraConfig = # hyprlang
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue