mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 18:41:06 +01:00
xdg: add option 'xdg.stateFile'
This commit is contained in:
parent
03b49187a2
commit
b00bdf59c0
2 changed files with 13 additions and 1 deletions
|
|
@ -11,8 +11,8 @@ with lib;
|
|||
|
||||
xdg.configFile.test.text = "config";
|
||||
xdg.dataFile.test.text = "data";
|
||||
xdg.stateFile.test.text = "state";
|
||||
home.file."${config.xdg.cacheHome}/test".text = "cache";
|
||||
home.file."${config.xdg.stateHome}/test".text = "state";
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.dummy-config/test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue