anki
This commit is contained in:
@@ -113,6 +113,7 @@
|
|||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set stateVersion. Leave it as set.
|
# Set stateVersion. Leave it as set.
|
||||||
|
|||||||
@@ -18,23 +18,14 @@
|
|||||||
|
|
||||||
- ???
|
- ???
|
||||||
|
|
||||||
## Telegram
|
|
||||||
|
|
||||||
- Installieren
|
|
||||||
|
|
||||||
## Signal
|
|
||||||
|
|
||||||
-- Installieren
|
|
||||||
|
|
||||||
## Planify
|
## Planify
|
||||||
|
|
||||||
- Installieren
|
- Installieren
|
||||||
- Sync
|
- Sync
|
||||||
|
|
||||||
## Anki
|
## Lockscreen
|
||||||
|
|
||||||
- Installieren
|
- Lockscreen implementieren
|
||||||
- Sync
|
|
||||||
|
|
||||||
## Ktouch
|
## Ktouch
|
||||||
|
|
||||||
@@ -74,12 +65,6 @@
|
|||||||
|
|
||||||
- Maby nur PC
|
- Maby nur PC
|
||||||
|
|
||||||
## Rofi
|
|
||||||
|
|
||||||
- Installieren
|
|
||||||
- Theme wählen
|
|
||||||
- also standard auswählen
|
|
||||||
|
|
||||||
## Zoom
|
## Zoom
|
||||||
|
|
||||||
- Installieren
|
- Installieren
|
||||||
@@ -90,6 +75,10 @@
|
|||||||
|
|
||||||
- einrichten
|
- einrichten
|
||||||
|
|
||||||
|
## Rofi
|
||||||
|
|
||||||
|
- Theme wählen
|
||||||
|
|
||||||
## Neovim
|
## Neovim
|
||||||
|
|
||||||
- Sidebar
|
- Sidebar
|
||||||
@@ -169,3 +158,8 @@
|
|||||||
## NixOS - Trash
|
## NixOS - Trash
|
||||||
|
|
||||||
- Garbage collect einrichten
|
- Garbage collect einrichten
|
||||||
|
|
||||||
|
## Images
|
||||||
|
|
||||||
|
- Hintergrund, Lockscreen
|
||||||
|
- Webhook
|
||||||
|
|||||||
5
home/programs/anki.nix
Normal file
5
home/programs/anki.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ anki ];
|
||||||
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
|
./anki.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./neovim
|
./neovim
|
||||||
./obs
|
./obs
|
||||||
|
|||||||
Reference in New Issue
Block a user