Dropped dotfiles input
This commit is contained in:
parent
e74e0d0e21
commit
116e5acafe
6 changed files with 219 additions and 36 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
|
|
@ -10,12 +10,6 @@
|
|||
package = pkgs.breeze-icons;
|
||||
};
|
||||
file = {
|
||||
".config/wezterm/wezterm.lua".source =
|
||||
"${inputs.dotfiles}/.config/wezterm/wezterm.lua";
|
||||
".config/MangoHud/MangoHud.conf".source =
|
||||
"${inputs.dotfiles}/.config/MangoHud/MangoHud.conf";
|
||||
".config/solvespace/settings.json".source =
|
||||
"${inputs.dotfiles}/.config/solvespace/settings.json";
|
||||
".config/lite-xl/fonts/icon-nerd-font.ttf".source =
|
||||
config.lib.file.mkOutOfStoreSymlink
|
||||
"/var/run/current-system/sw/share/X11/fonts/HackNerdFontMono-Regular.ttf";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue