mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-05 09:08:47 +02:00
home.file -> xdg.configFile
This commit is contained in:
parent
e366f02180
commit
4a652c226f
5 changed files with 6 additions and 6 deletions
users/rouven/modules/alacritty
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ alacritty ];
|
||||
home.file.".config/alacritty/alacritty.yml".source = ./alacritty.yml;
|
||||
xdg.configFile."alacritty/alacritty.yml".source = ./alacritty.yml;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue