From ea8bb055096500bfbf4dcf4556c00c210d5e2810 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 28 Feb 2022 15:39:07 +0100 Subject: machines/profpatsch: use alacritty as terminal-emulator This is the alacritty wrapper that is added from `~/bin`. This is a bit badly set up atm, but might change once I move things together into one repo. --- machines/profpatsch/base-workstation.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index d5989e24..5c182f8f 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -51,7 +51,6 @@ in { # Graphical System services.xserver = { - enable = true; layout = "de"; xkbVariant = "neo"; @@ -74,8 +73,9 @@ in { sessionCommands = with pkgs; '' #TODO add as nixpkg export PATH+=":$HOME/scripts" #add utility scripts - export TERMINAL=${lilyterm-git}/bin/lilyterm + export PATH+=":$HOME/bin" #add user-specific binaries (filled by nix-home) export EDITOR="emacsclient --create-frame" + export TERMINAL=terminal-emulator ${xorg.xset}/bin/xset r rate 250 35 @@ -133,7 +133,6 @@ in { ]; # minimal set of gui applications guiPkgs = [ - lilyterm-git # terminal emulator, best one around dmenu # minimal launcher (pkgs.vuizvui.profpatsch.binify { exe = pkgs.vuizvui.profpatsch.xdg-open; name = "xdg-open"; }) # override the crap freedesktop crap ]; -- cgit 1.4.1