move some overlays into theire own package set

This commit is contained in:
jopejoe1 2024-01-13 16:40:15 +01:00
parent 7af0974976
commit 3ce6095f3c
6 changed files with 82 additions and 85 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, nixos-hardware, ... }:
{ config, pkgs, lib, nixos-hardware, self, ... }:
{
imports = [
@ -76,7 +76,7 @@
};
environment.systemPackages = with pkgs; [
prismlauncher
localPkgs.prismlauncher-withExtraStuff
mixxx
picard
mangohud
@ -93,7 +93,7 @@
catppuccin-kvantum
catppuccin-kde
catppuccin-gtk
tela-icon-theme
localPkgs.tela-icon-theme-git
];
programs = {