cleanup, and move automapaper to flake
This commit is contained in:
parent
d71f3aa179
commit
6acc907490
9 changed files with 35 additions and 196 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{ config, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(callPackage ../../custom/automapaper/default.nix { })
|
||||
home.packages = [
|
||||
inputs.automapaper.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
base0F = "#AAAAAA";
|
||||
text = "#222222";
|
||||
textInverted = "#DDDDDD";
|
||||
textMuted = "#5F5F5F";
|
||||
textMuted = "#DDDDDD";
|
||||
background = "#FFD2D2";
|
||||
backgroundMuted = "#CCCCCC";
|
||||
warn = "#FF0000";
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
danger = "#F53C3C";
|
||||
succes = "#5BBD63";
|
||||
spotifyGreen = "#39A04A";
|
||||
border = "#DDDDDD";
|
||||
border = "#5F5F5F";
|
||||
info = "#2CB6AF";
|
||||
ok = "#38B148";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue