feat: update to latest linux kernel
This commit is contained in:
parent
5a383e7aad
commit
020ec5e967
15 changed files with 204 additions and 196 deletions
|
|
@ -6,13 +6,14 @@
|
|||
}:
|
||||
let
|
||||
browser = "firefox";
|
||||
noOffloadBrowser = "${browser} -P noOffload -no-remote";
|
||||
iconPrefix = ".local/share/icons/hicolor/scalable/apps";
|
||||
newWindow = "${browser} --new-window";
|
||||
mkIconPkg = import ../../utils/make-icon.nix { };
|
||||
notionIcon = mkIconPkg {
|
||||
name = "notion";
|
||||
url = "";
|
||||
sha256 = "";
|
||||
mkIconPkg = pkgs.callPackage ../../utils/make-icon.nix { };
|
||||
googleMeetIcon = mkIconPkg {
|
||||
name = "googleMeet";
|
||||
url = "https://fonts.gstatic.com/s/i/productlogos/meet_2020q4/v1/web-512dp/logo_meet_2020q4_color_1x_web_512dp.png";
|
||||
sha256 = "sha256-LL33KhQTv4VVdPRBm7nzsHtPoQ2ArHwjwVxq2p8VdM4=";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
@ -50,6 +51,7 @@ in
|
|||
};
|
||||
|
||||
home.packages = [
|
||||
googleMeetIcon
|
||||
];
|
||||
|
||||
xdg.desktopEntries = {
|
||||
|
|
@ -65,5 +67,17 @@ in
|
|||
"Utility"
|
||||
];
|
||||
};
|
||||
|
||||
googleMeet = {
|
||||
name = "Google Meet";
|
||||
genericName = "Community";
|
||||
exec = "${noOffloadBrowser} https://meet.google.com";
|
||||
comment = "Google Meet";
|
||||
icon = "googleMeet";
|
||||
terminal = false;
|
||||
categories = [
|
||||
"Network"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue