mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
vanadium: flatten nixos configuration
This commit is contained in:
parent
a76e6db283
commit
e67635a84e
3 changed files with 27 additions and 28 deletions
|
|
@ -21,6 +21,15 @@
|
|||
steam.enable = true;
|
||||
};
|
||||
|
||||
# for fish
|
||||
environment.pathsToLink = [
|
||||
"/share/fish/vendor_conf.d"
|
||||
"/share/fish/vendor_completions.d"
|
||||
"/share/fish/vendor_functions.d"
|
||||
];
|
||||
|
||||
nix.gc.automatic = true;
|
||||
|
||||
services = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue