Add rc2nix (from plasma-manager) to installed packages
This commit is contained in:
parent
22d0791ad1
commit
281697aa38
|
@ -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 = {
|
||||||
|
|
|
@ -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";})
|
||||||
|
|
Reference in a new issue