Additional applications and configs (#5)

* Add subdirectories for `macbook` and `tongfang` with config

* Working configuration

* Added Zen Browser as flake

* Add `wezterm` and `nvim`

* Add fonts, `neovim` and `wezterm` config

* Add Logseq

* Add `fzf`
This commit is contained in:
Bart van der Braak 2024-10-17 03:50:29 +02:00 committed by GitHub
parent 10a876fcc4
commit 98c39a11ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 275 additions and 1 deletions

View file

@ -1,3 +1,3 @@
alias ll='ls -la'
alias lt='ls --human-readable --size -1 -S --classify'
alias nrebuild="nixos-rebuild --flake ~/ --override-input nixpkgs ~/nixpkgs --use-remote-sudo switch"
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'