Skip to content

Commit

Permalink
Convert Foot config to Nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Mar 5, 2024
1 parent 7ee89ff commit 496133e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion home-manager/file.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ in {

# ~/.config:
".config/fish/functions/fish_prompt.fish".source = ./src/_.config/fish/functions/fish_prompt.fish;
".config/foot/foot.ini".source = ./src/_.config/foot/foot.ini;
".config/foot/foot.ini".text = lib.generators.toINI {} {
main = {
font = "monospace:size=14";
font-size-adjustment = 2;
};
};
".config/nvim/init.lua".source = ./src/_.config/nvim/init.lua;
".config/wallpapers/alpeli-1020m.jpg".source = ./src/_.config/wallpapers/alpeli-1020m.jpg;

Expand Down
4 changes: 0 additions & 4 deletions home-manager/src/_.config/foot/foot.ini

This file was deleted.

0 comments on commit 496133e

Please sign in to comment.