diff options
author | Aspen Smith <root@gws.fyi> | 2024-02-19T20·16-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-19T20·58+0000 |
commit | d1055ee841fac4e4d0647af6ea6536f89ff6a3d9 (patch) | |
tree | cfe4ad4aa2edf5dd5d555eae781b05694b691a31 /users/aspen/system/home/platforms/linux.nix | |
parent | 79488e4ee110048d99bc4f4affe27f499ff4d5d9 (diff) |
chore(aspen/system): Drop alsi r/7562
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
Diffstat (limited to 'users/aspen/system/home/platforms/linux.nix')
-rw-r--r-- | users/aspen/system/home/platforms/linux.nix | 10 |
1 files changed, 1 insertions, 9 deletions
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; }; } |