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.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
# Set stateVersion. Leave it as set.

View File

@@ -18,23 +18,14 @@
- ???
## Telegram
- Installieren
## Signal
-- Installieren
## Planify
- Installieren
- Sync
## Anki
## Lockscreen
- Installieren
- Sync
- Lockscreen implementieren
## Ktouch
@@ -74,12 +65,6 @@
- Maby nur PC
## Rofi
- Installieren
- Theme wählen
- also standard auswählen
## Zoom
- Installieren
@@ -90,6 +75,10 @@
- einrichten
## Rofi
- Theme wählen
## Neovim
- Sidebar
@@ -169,3 +158,8 @@
## NixOS - Trash
- 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 = [
./alacritty
./anki.nix
./git.nix
./neovim
./obs