Skip to content

bellackn/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos-config

Memos to Myself

  • If an app just doesn't want to disappear from Launchpad, although you've installed and uninstalled it several times through Nix and whatnot, this command will definitely remove it:
    sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';" && killall Dock
    
  • Use Homebrew to install GUI apps. This will save you hours of debugging why an app doesn't want to attach to the Dock and shit like that.

About

NixOS config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published