Add nom package

This commit is contained in:
Natsu Kagami 2024-03-08 04:30:05 +01:00
parent 641fc6a51c
commit b836868109
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 12 additions and 15 deletions

View file

@ -10,25 +10,14 @@ with lib; {
home.packages = with pkgs; [
psmisc # killall and friends
file # Query file type
nix-output-monitor
pinentry-gnome
# Java stuff
jdk21
sbt
] ++ (
if pkgs.stdenv.isx86_64
then [
vivaldi
mpv # for anki
pkgs.unstable.anki-bin
tdesktop
whatsapp-for-linux
obs-studio
]
else [ ]
);
];
## Gnome-keyring
services.gnome-keyring = {