PhlegmaTREEc / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles made for NixOS using flakes

  • Modular config in progress

Desktop

  • Hyprland is the centrepiece

Installation

Partitions

  • sudo fdisk /dev/xxx
  • "g" for GPT
  • "n" for new partition
  • enter twice
  • +1024M for 1Gb partition
  • "n" and enter three time
  • "w" to write changes
  • result lsblk (-fp) should show two partitions 1Gb + the rest

Format

  • sudo mkfs.vfat -n BOOT /dev/xxx
    • boot partition with BOOT labet
  • sudo mkfs.btrfs -L BASE /dev/xxx
    • btrfs partion with BASE label

Subvolumes

  • sudo mount /dev/xxx2 /mnt
  • btrfs Subvolumes create /mnt/nix
  • ... /etc /log /root /home
  • sudo umount /mnt
  • ...more TBD

Sources

Homelab

OPNSense

NON Nixos Notes

Dygma Notes

Manual flash

Changing device name for wireplubmer

  • Arch wiki link - 2.4
  • For multiple devices to be renamed, make multiple files
    • name files as needed (51-XXX.lua; 52-YYY.lua; ...)

XP-Pen-Tablet

  • aur package and manual download (.tar.gz package) both install fine
  • To make it actually work change to .desktop file has to be made
    • Exec=env QT_QPA_PLATFORM=xcb /usr/lib/pentablet/pentablet.sh

Separating front and back audio jack

  • link
  • turning off auto detection seems to do the trick

About

License:MIT License


Languages

Language:Nix 49.3%Language:Shell 19.5%Language:Lua 16.1%Language:Less 9.8%Language:CSS 5.3%