Remove 'with' from most modules
This commit is contained in:
parent
40032f7fd9
commit
7459ae0e96
27 changed files with 222 additions and 230 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
strPalette = with pkgs.rice;
|
||||
pkgs.lib.nix-rice.palette.toRgbHex { inherit (colorPalette) normal bright primary; };
|
||||
strPalette = pkgs.lib.nix-rice.palette.toRgbHex { inherit (pkgs.rice.colorPalette) normal bright primary; };
|
||||
in
|
||||
{
|
||||
home.file.".Xresources" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue