Compare commits

..

No commits in common. "f14e310721b3dff272770c6c74bd1197215bc775" and "823c9b0e579a2ef8769bd0bc6378d8cf718622d3" have entirely different histories.

View File

@ -59,7 +59,6 @@
beets # Music tagger
nicotine-plus # Amazing soulseek client
prismlauncher # Best minecraft launcher
aria2 # Fast download manager
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x ]; })
];
@ -88,7 +87,6 @@
# Enable direnv
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}