fix zsh & xrandr

This commit is contained in:
2024-03-03 17:40:39 +01:00
parent 398205fc33
commit 61e03c366b
3 changed files with 187 additions and 3 deletions

View File

@@ -1,5 +1,183 @@
# Neues
## Obsidian
Zusatz:
- firefox Bookmarks neu
- obsidian vaults einrichten in home/programs/neovim/lua/plugins/obsidian.lua
- Install?
- Vaults einrichten in home/programs/neovim/lua/plugins/obsidian.lua
- IJB
- COe
- Privat (evntl. für Rubik's Cube)
## Sddm
- Profilbild?
- Sperrbild?
- Wann sperren -> XMonad
## XMoBar
- Installieren
- zu XMonad hinzufügen
- Zur Leiste hinzufügen
- Uhrzeit
- Akku
- Netzwerk
- i3?
## Multiple Monitore
- einrichten
## Dateien
- Sortieren
- Backup
- Uni Zeug Drucken
## Dolphin
- Installieren
- COe Cloud einrichten - Nautilus => maby general Nautilus?
## Obs
- Installieren
## GHCI
- Installieren
## Betterbird
- Installieren
- Config
- KJR
- Privat
- Uni
- Kalender
- Signing
## Telegram
- Installieren
## Signal
-- Installieren
## Planify
- Installieren
- Sync
## Anki
- Installieren
- Sync
## Ktouch
- Installieren?
## Discord
- Installieren
## Steam
- Installieren
- Spiele
## Element
- Installieren
- Matrix connecten
## Spotify
- Installieren?
## Minecraft
- FTB
- ATL
- Maby nur am standpc
## Bitwarden
- Installieren
- COe hinzufügen
- Aufräumen
## Audacity
- Maby nur PC
## Dropbox
- Installieren
- aufräumen
## Rofi
- Installieren
- Theme wählen
- also standard auswählen
## Zoom
- Installieren
# Optimierung
## Pulseaudio
- einrichten
## Neovim
- Sidebar
## Firefox
- Addons strukturieren
- Lesezeichen strukturieren
- Studium
- Linux
- Arch Linux
- NixOS
- Allgemein
- Nützlich?
- Online Tools?
- Spiele ?
- Musik? => Downloaden?
- Hobbies
- 3D
- Bienen
- Gärtnern
- Handarbeit
- Instrumente
- Kohen
- Programieren
- Sport
- Yu-Gi-Oh!
- Zauberwürfel
- Zocken
- Raspberry Pi
- Training
- Slackline
- Radeln
- Studium
- Info
- Mathe
- Allgemein
## XMonad
- Hotkeys einrichten
- i3
- Workspaces
## git
- Packete sigieren für github

5
home/programs/xrandr.nix Normal file
View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.xrandr = { enable = true; };
}

View File

@@ -4,6 +4,7 @@
home.packages = with pkgs; [ fzf python3 zsh-nix-shell nix-zsh-completions ];
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
shellAliases = { update = "sudo nixos-rebuild switch"; };
enableAutosuggestions = true;