From 41455b255896ba1b98016645942ba3be61ed1abe Mon Sep 17 00:00:00 2001 From: bad Date: Mon, 19 Sep 2022 15:56:01 +0200 Subject: [PATCH] Switch the normal config to use the refactored modules --- users/mae/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/mae/default.nix b/users/mae/default.nix index 1f2dbd3..b064a4b 100644 --- a/users/mae/default.nix +++ b/users/mae/default.nix @@ -9,11 +9,11 @@ extraGroups = [ "wheel" "video" "lp" "scanner" "adbusers" "render" "libvirtd" "podman" "docker" ]; }; home-manager.users.mae = { pkgs, ... }: { - imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/podman ../profiles/alacritty ../profiles/tmux ../profiles/mpv ../profiles/sway ]; + imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/podman ../profiles/tmux ../profiles/mpv ../profiles/sway ]; + mae.alacritty.enable = true; home.sessionVariables = { XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"; - EDITOR = "${pkgs.neovim}/bin/nvim"; MOZ_ENABLE_WAYLAND = 1; }; home.stateVersion = "18.09";