mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
home.file -> xdg.configFile
This commit is contained in:
parent
e366f02180
commit
4a652c226f
5 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
# declaration of awesome wm is in hosts/<name>/default.nix
|
||||
home.file.".config/awesome/rc.lua".source = ./rc.lua;
|
||||
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue