Update system packages and home configuration
This commit is contained in:
7
modules/home/anki.nix
Normal file
7
modules/home/anki.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.anki = {
|
||||
enable = true;
|
||||
package = pkgs.anki;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user