refactor(flake): refactor lib for flake-parts
This commit is contained in:
parent
c2b4d1adb9
commit
6f79c94f11
6 changed files with 70 additions and 71 deletions
|
@ -8,13 +8,12 @@
|
|||
tmpfiles = {
|
||||
".config/qutebrowser/config.py" = ./configs/qutebrowser/config.py;
|
||||
".config/qutebrowser/theme" = ./configs/qutebrowser/theme;
|
||||
".config/vesktop/themes/system24.theme.css" = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/system24.theme.css";
|
||||
hash = "sha256-WJYNWeo1DdgOh7cFne6QSEHQagqapFznqWfeoCsqM+8=";
|
||||
".config/vesktop/themes/theme.user.css" = pkgs.fetchurl {
|
||||
url = "https://github.com/deathbeam/base16-discord/raw/refs/heads/main/themes/base16-nord.theme.css";
|
||||
hash = "sha256-LofqgsVl+XKisk/dmb/PpwuLEWdEgchIfIw4xZs6LQw=";
|
||||
};
|
||||
".config/vesktop/settings/quickCss.css" = ./configs/vesktop/quickCss.css;
|
||||
".config/kanshi/" = ./configs/kanshi;
|
||||
".config/kitty/" = ./configs/kitty;
|
||||
".config/dunst/" = ./configs/dunst;
|
||||
".config/niri/" = ./configs/niri;
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[main]
|
||||
pad=6x6
|
||||
font=monospace:size=15
|
||||
pad=8x8
|
||||
font=monospace:size=13
|
||||
|
||||
[colors]
|
||||
foreground=e5e9f0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue