HarrisonHall / configW

New configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configW

Modern .dotfiles and configuration. This is designed for new setups using nix.

Setup

NixOS

  1. sudo ./build_nixos.sh
  2. Custom setup:
    • Set password passwd

*nix

  1. Install nix: sh <(curl -L https://nixos.org/nix/install) --daemon
  2. Update profile: ./build_shell.sh
  3. Custom setup:
    • Install gui programs: firefox, discord, obsidian, thunderbird, vlc...

Notes & Issues

command-not-found

sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos
sudo nix-channel --update

Tips

Nix

  • Try program temporarily: nix-shell -p <program/package>
  • Package lookup: nixpkgs

Rust

  • rustup update
  • rustup toolchain install stable
  • rustup toolchain install nightly

Keybinds

  • cmd+s - Search desktop apps
  • cmd+S - Search all executables
  • cmd+l - Lock screen
  • cmd+T - Terminal
  • cmd+Q - Power (TODO - WOFI)
  • printscreen,s - Screenshot selection
  • printscreen,f - Screenshot fullscreen

About

New configuration


Languages

Language:CSS 93.4%Language:Shell 5.6%Language:Nix 0.9%Language:SCSS 0.1%