Skip to content

PhlegmaTREEc/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles made for NixOS using flakes

  • WIP
  • Currently contains config for my desktop and my homelab
  • Modular config in progress

Desktop

  • Build around Hyprland
    • Cosmic DE could be the future for me

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

Rclone

  • proton drive guide is here
  • command used is rclone mount proton: /home/ptc/ProtonDrive --vfs-cache-mode full
  • just create the folder mkdir /home/ptc/ProtonDrive

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published