Add kagami-air-m1

This commit is contained in:
Natsu Kagami 2022-10-16 23:55:37 +02:00 committed by Natsu Kagami
parent 5baac9ff29
commit fe85f023b7
9 changed files with 359 additions and 7 deletions

View file

@ -6,14 +6,18 @@ with lib; {
];
config = (mkIf (strings.hasSuffix "linux" pkgs.system) {
home.packages = with pkgs; [
vivaldi
psmisc # killall and friends
mpv # for anki
pkgs.unstable.anki-bin
pinentry-gnome
];
] ++ (
if pkgs.system == "x86-64_linux"
then [
vivaldi
mpv # for anki
pkgs.unstable.anki-bin
]
else []
);
## Gnome-keyring
services.gnome-keyring = {