1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 09:42:10 -04:00

dankinstall: remove dead nix code, add doc link

This commit is contained in:
bbedward
2025-11-30 10:22:54 -05:00
parent b1834b1958
commit a55ec6416c
8 changed files with 1 additions and 618 deletions

View File

@@ -139,8 +139,6 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
return m.updateSelectWindowManagerState(msg)
case StateSelectTerminal:
return m.updateSelectTerminalState(msg)
case StateMissingWMInstructions:
return m.updateMissingWMInstructionsState(msg)
case StateDetectingDeps:
return m.updateDetectingDepsState(msg)
case StateDependencyReview:
@@ -183,8 +181,6 @@ func (m Model) View() string {
return m.viewSelectWindowManager()
case StateSelectTerminal:
return m.viewSelectTerminal()
case StateMissingWMInstructions:
return m.viewMissingWMInstructions()
case StateDetectingDeps:
return m.viewDetectingDeps()
case StateDependencyReview: