Add direnv
This commit is contained in:
parent
6c7a11aa80
commit
47e01bff98
|
@ -15,6 +15,10 @@
|
|||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.configFile = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, inputs, ... }:
|
||||
{ pkgs, lib, config, inputs, ... }:
|
||||
let
|
||||
rustybar = inputs.rustybar.defaultPackage."${pkgs.system}";
|
||||
cfg = config.wayland.windowManager.sway;
|
||||
|
|
Loading…
Reference in a new issue