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 { }: rec {
inherit hostname; inherit hostname;
inherit (plasma-manager.packages.${system}) rc2nix;
accentColourName = "base0D"; accentColourName = "base0D";
altAccentColourName = "base0C"; altAccentColourName = "base0C";
iosevkaCustom = { iosevkaCustom = {

View file

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