From d1055ee841fac4e4d0647af6ea6536f89ff6a3d9 Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Mon, 19 Feb 2024 15:16:20 -0500 Subject: chore(aspen/system): Drop alsi Change-Id: Ia1f6c4569df9f5467b1bbb5e6bd5e9ec4a5c8720 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10978 Autosubmit: aspen Reviewed-by: aspen Tested-by: BuildkiteCI --- users/aspen/system/home/platforms/linux.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'users/aspen/system/home/platforms/linux.nix') diff --git a/users/aspen/system/home/platforms/linux.nix b/users/aspen/system/home/platforms/linux.nix index 4e4e02b451b3..6ad0d13d248e 100644 --- a/users/aspen/system/home/platforms/linux.nix +++ b/users/aspen/system/home/platforms/linux.nix @@ -5,11 +5,9 @@ let depot = config.lib.depot; in - { imports = [ ../modules/alacritty.nix - ../modules/alsi.nix ../modules/development.nix ../modules/emacs.nix ../modules/email.nix @@ -78,13 +76,7 @@ in pinentryFlavor = "qt"; }; - programs.zsh.initExtra = '' - [[ ! $IN_NIX_SHELL && "$TERM" != "dumb" ]] && alsi -l - ''; - services.lorri.enable = true; - services.dropbox = { - enable = true; - }; + services.dropbox = { enable = true; }; } -- cgit 1.4.1