This commit is contained in:
2024-03-05 18:48:02 +01:00
parent 4c757d1b46
commit 22ff983471
4 changed files with 18 additions and 17 deletions

View File

@@ -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.

View File

@@ -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
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ anki ];
}

View File

@@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./alacritty ./alacritty
./anki.nix
./git.nix ./git.nix
./neovim ./neovim
./obs ./obs