Add rc2nix (from plasma-manager) to installed packages
This commit is contained in:
parent
22d0791ad1
commit
281697aa38
|
@ -43,6 +43,7 @@
|
|||
...
|
||||
}: rec {
|
||||
inherit hostname;
|
||||
inherit (plasma-manager.packages.${system}) rc2nix;
|
||||
accentColourName = "base0D";
|
||||
altAccentColourName = "base0C";
|
||||
iosevkaCustom = {
|
||||
|
|
|
@ -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";})
|
||||
|
|
Reference in a new issue