mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
fix: actually add foot to packages inside foot configuration file
This commit is contained in:
parent
608e797bd6
commit
2919d0b618
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ pkgs, username, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
foot
|
||||
];
|
||||
|
||||
home.file.".config/foot/foot.ini".text = ''
|
||||
# -*- conf -*-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue