split out pkg installs to respective files

This commit is contained in:
Noa Aarts 2024-03-01 13:46:10 +01:00
parent 10dfbc3234
commit 89dc32e96a
8 changed files with 155 additions and 202 deletions

View file

@ -1,6 +1,19 @@
{ config, pkgs, inputs, ... }:
{
# these are necessary for the config to function correctly
imports = [
./kitty.nix
./waybar.nix
./wofi.nix
];
home.packages = with pkgs; [
hyprland
# I always want these with hyprland anyways
dunst
wl-clipboard
];
wayland.windowManager.hyprland = {
enable = true;
settings = {