Skip to content

Repository files navigation

My dotfiles!

They're finally organized (for now). I've previously used Arch and NixOS, both with hyprland. I've customised my waybar, terminal and firefox based on the colours of my background (also included).

Contents

File Overview

├── doom
│   └── .config
│       └── doom
│           ├── config.el
│           ├── init.el
│           └── packages.el
├── Downloads
│   └── tanjiroBackground.png
├── fish
│   └── .config
│       └── fish
│           ├── config.fish
│           └── functions
│               └── fish_prompt.fish
│
├── gtk-3.0
│   └── .config
│       └── gtk-3.0
│           └── gtk.css
├── hypr
│   └── .config
│       └── hypr
│           ├── binds.lua
│           ├── colours.lua
│           ├── hyprland.lua
│           └── hyprpaper.conf
├── nixos
│   └── etc
│       └── nixos
│           ├── configuration.nix
│           └── flake.nix
├── waybar
│   └── .config
│       └── waybar
│           ├── scripts
│           │   └── launch.sh
│           ├── config.jsonc
│           └── style.css
├── wofi
│   └── .config
│       └── wofi
│           └── style.css
└── .bashrc

arch wifi

iwctl
device list
station <device> scan
station <device> get-networks
station <device> connect "<SSID>"
exit

nixos wifi

nmcli device wifi connect <SSID> password <password>

nixos flake

nix develop /etc/nixos/

pywal

wal -i "file/path/to/image"

pywalfox

pywalfox install
  1. Install Firefox extension
  2. Fetch Pywal colors

bluetoothctl

bluetoothctl
power on
agent on
default-agent
scan on
pair <hex>
connect <hex>
trust <hex>

wpctl

wpctl status
wpctl set-default <ID>

github ssh

ssh-keygen -t ed25519 -c "email@example.com"
enter file in which to save: ~/.ssh
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub

disc drive

modprobe sg

mount drive

sudo mkdir -p /mnt/hdd1
lsblk -f
sudo mount /dev/sdAX /mnt/hdd1
sudo umount /mnt/hdd1

About

Hyprland and Nix configs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages