summary refs log tree commit diff stats
path: root/common/environment/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/environment/default.nix (renamed from env.nix)6
1 files changed, 1 insertions, 5 deletions
diff --git a/env.nix b/common/environment/default.nix
index b0ebd72..8f58641 100644
--- a/env.nix
+++ b/common/environment/default.nix
@@ -1,8 +1,4 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
+{...}: {
   environment.sessionVariables = rec {
     XDG_CACHE_HOME = "\${HOME}/.cache";
     XDG_CONFIG_HOME = "\${HOME}/.config";