Declare anki package in Nix home manager flake
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
home.homeDirectory = "/home/hektor";
|
home.homeDirectory = "/home/hektor";
|
||||||
home.stateVersion = "25.05";
|
home.stateVersion = "25.05";
|
||||||
|
|
||||||
|
programs.anki = import ../../modules/anki.nix;
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts = with pkgs; [
|
nativeMessagingHosts = with pkgs; [
|
||||||
|
|||||||
3
.config/home-manager/modules/anki.nix
Normal file
3
.config/home-manager/modules/anki.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user