chore: small things
This commit is contained in:
18
README.md
18
README.md
@@ -25,6 +25,7 @@ sudo dnf install \
|
||||
kitty tmux \
|
||||
git ripgrep fd-find fzf stow \
|
||||
firefox \
|
||||
obsidian \
|
||||
nextcloud keepassxc tailscale
|
||||
```
|
||||
|
||||
@@ -42,4 +43,19 @@ sudo dnf install \
|
||||
- light-style@gnome-shell-extensions.gcampax.github.com (everything light mode)
|
||||
- rounded-window-corners@fxgn (rounded corners of all windows)
|
||||
- tiling-assistant@leleat-on-github (2 gaps, tiling state, super+wasd)
|
||||
- user-theme@gnome-shell-extensions.gcampax.github.com (legacy apps adw-gtk3, icons papirus)
|
||||
- user-theme@gnome-shell-extensions.gcampax.github.com (legacy apps adw-gtk3, icons papirus)
|
||||
|
||||
|
||||
### Nix
|
||||
|
||||
```
|
||||
$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --no-daemon
|
||||
$ mkdir -p ~/.config/nix/
|
||||
$ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
|
||||
```
|
||||
|
||||
### Rust
|
||||
|
||||
```
|
||||
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user