Update asahi to latest using 23.05

This commit is contained in:
Natsu Kagami 2023-06-06 22:36:45 +02:00
parent 286f296de4
commit 20f296dc5e
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 46 additions and 80 deletions

View file

@ -31,7 +31,6 @@ in
home.packages = (with pkgs; [
## GUI stuff
gnome.cheese # Webcam check
evince # PDF reader
gparted
vscode
@ -49,6 +48,7 @@ in
# sct # Display color temperature
xdg-utils # Open stuff
] ++ (if pkgs.stdenv.isAarch64 then [ ] else [
gnome.cheese # Webcam check, expensive
mailspring
# Chat stuff
unstable.slack
@ -56,6 +56,17 @@ in
nki.programs.discord.enable = pkgs.stdenv.isx86_64;
# Email
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
settings = {
"privacy.donottrackheader.enabled" = true;
};
};
# Cursor
home.pointerCursor = {
package = pkgs.numix-cursor-theme;