Add nom package
This commit is contained in:
parent
641fc6a51c
commit
b836868109
2 changed files with 12 additions and 15 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue