mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Remove albert
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user