mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
move some overlays into theire own package set
This commit is contained in:
parent
7af0974976
commit
3ce6095f3c
6 changed files with 82 additions and 85 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue