Update asahi to latest using 23.05
This commit is contained in:
parent
286f296de4
commit
20f296dc5e
6 changed files with 46 additions and 80 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue