chore: small things

This commit is contained in:
2025-07-23 23:23:02 +09:00
parent cc6f32c3fb
commit fe7a710564
6 changed files with 36 additions and 3 deletions

View File

@@ -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
```