Add rc2nix (from plasma-manager) to installed packages

This commit is contained in:
Evie Litherland-Smith 2024-06-22 12:10:16 +01:00
parent 22d0791ad1
commit 281697aa38
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@
...
}: rec {
inherit hostname;
inherit (plasma-manager.packages.${system}) rc2nix;
accentColourName = "base0D";
altAccentColourName = "base0C";
iosevkaCustom = {

View file

@ -1,10 +1,12 @@
{
pkgs,
fonts,
rc2nix,
...
}: {
imports = [./konsole.nix];
home.packages = with pkgs; [
rc2nix
wl-clipboard
volantes-cursors
(papirus-icon-theme.override {color = "violet";})