mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: set foot.ini config file to be in the correct location
This commit is contained in:
parent
73d770fe57
commit
eee7559739
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, username, ... }:
|
{ pkgs, username, ... }:
|
||||||
{
|
{
|
||||||
home.file."/home/${username}.config/foot/foot.ini".text = ''
|
home.file.".config/foot/foot.ini".text = ''
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
|
|
||||||
# font=GohuFont 14 Nerd Font Mono:size=9
|
# font=GohuFont 14 Nerd Font Mono:size=9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue