diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-16 20:44:21 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-16 20:44:21 +0300 |
commit | 57cbc3ac65272242bfee162b916d9675935e9c2e (patch) | |
tree | 0f6a3d99bfc1dbcda9eabcb71fb897fea73f09a0 /mixins/emacs | |
parent | 583dd2ebccd5a5144a6289ccc1adef3a0789637e (diff) |
networkmanager is annoying me and nothing else works, need to fix dns
Diffstat (limited to 'mixins/emacs')
-rw-r--r-- | mixins/emacs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixins/emacs/default.nix b/mixins/emacs/default.nix index 27e1106..b44da80 100644 --- a/mixins/emacs/default.nix +++ b/mixins/emacs/default.nix @@ -13,7 +13,7 @@ config, nixosConfig, ... - } @ hm: { + }: { home = { packages = with pkgs; [ ]; |