mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 11:12:42 +00:00
obsidian, zed
This commit is contained in:
parent
42beae4b0a
commit
f68ac5a89a
10 changed files with 386 additions and 8 deletions
|
|
@ -19,5 +19,16 @@ in {
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
xdg.configFile = {
|
||||
"nixpkgs/config.nix" = {
|
||||
text = ''{allowUnfree = true;} '';
|
||||
enable = true;
|
||||
};
|
||||
"nix/nix.conf" = {
|
||||
text = ''use-xdg-base-directories = true '';
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables.TERMINAL = config.currentUser.defaultTerminal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue