chore(aspen/system): Drop alsi

Change-Id: Ia1f6c4569df9f5467b1bbb5e6bd5e9ec4a5c8720
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10978
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-02-19 15:16:20 -05:00 committed by clbot
parent 79488e4ee1
commit d1055ee841
5 changed files with 1 additions and 119 deletions

View file

@ -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; };
}