M hosts/configuration.nix => hosts/configuration.nix +0 -2
@@ 104,8 104,6 @@
'';
};
- systemd.services."home-manager-${user}".serviceConfig.TimeoutStartSec = lib.mkForce "20m";
-
nix = { # Nix Package Manager settings
settings ={
auto-optimise-store = true; # Optimise syslinks
M modules/editors/emacs/home.nix => modules/editors/emacs/home.nix +0 -19
@@ 32,25 32,6 @@
];
};
- home.activation = {
- installDoomEmacs = {
- after = [ "writeBoundary" "createXdgUserDirectories" ];
- before = [ ];
- data = ''
- EMACS="$HOME/.emacs.d"
-
- if [ ! -d "$EMACS" ]; then
- ${pkgs.git}/bin/git clone https://github.com/hlissner/doom-emacs.git $EMACS
-
- bash -c "yes || true" | $EMACS/bin/doom install
-
- rm -rf $HOME/.doom.d
- ln -s ${location}/modules/editors/emacs/doom.d $HOME/.doom.d
- $EMACS/bin/doom sync
- fi'';
- };
- };
-
home.packages = with pkgs; [
emacs-all-the-icons-fonts
#binutils # for native comp