Remove albert

This commit is contained in:
Dave Gallant
2024-02-10 11:35:08 -05:00
parent deb357f9b1
commit 36121ad9c5
2 changed files with 1 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ in {
if stdenv.isLinux
then {
normal.family = "Fira Code";
size = 12;
size = 18;
}
else {
normal.family = "FiraCode Nerd Font";
@@ -446,8 +446,4 @@ in {
".config/nvim/lua".source = ./nvim/lua;
".aws/config".source = ./.aws/config;
};
home.file.".config/autostart/albert.desktop" = lib.mkIf stdenv.isLinux {
source = pkgs.albert + "/share/applications/albert.desktop";
};
}

View File

@@ -9,7 +9,6 @@
in {
environment.systemPackages = with pkgs; let
linux = [
albert
bitwarden
chromium
cryptsetup