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