No description
  • TeX 60.5%
  • Nix 34.9%
  • BibTeX Style 3.5%
  • HCL 1%
  • SCSS 0.1%
Find a file
2024-10-15 19:54:37 -05:00
.git-crypt Add 1 git-crypt collaborator 2024-09-22 20:19:30 -05:00
derivations Added languages to configuration again 2024-08-26 06:47:22 -05:00
envs Updated slurm configuration 2024-10-10 18:59:38 -05:00
home Added lastpass and more secrets to configuration 2024-10-05 11:33:10 -05:00
inputs Added full rust-tools toolchain 2024-10-15 19:54:37 -05:00
secrets Added lastpass and more secrets to configuration 2024-10-05 11:33:10 -05:00
system Fixed slurm script ref 2024-10-10 19:00:47 -05:00
.gitattributes Initial commit 2024-08-15 07:42:11 -05:00
.gitignore Added github to neovim exclude from ignores 2024-08-31 23:42:07 -05:00
.gitmodules Updating nixvim reference 2024-09-24 14:06:10 -05:00
.sops.yaml Added git crypt and sops for chibi to configuration 2024-09-22 20:20:07 -05:00
demo.png Added readme to the project 2024-08-18 15:11:36 -05:00
flake.lock Added full rust-tools toolchain 2024-10-15 19:54:37 -05:00
flake.nix Updated flake with more packages 2024-10-01 21:27:02 -05:00
LICENSE Create LICENSE 2024-08-18 14:14:54 -05:00
README.md Added tensorflow setups to configurations 2024-09-22 16:15:52 -05:00

Symphony

Logo

Meticulously crafted collection of NixOS configurations tailored for my systems. This repository encapsulates a unified setup across different machines, ensuring a consistent and efficient environment no matter where Im working. The configurations are designed with modularity and clarity in mind, making it easy to adapt and scale. Whether it's setting up a new machine or refining an existing setup, Symphony brings what I believe to be the best practices in NixOS configuration management, unified under a single, cohesive structure. System and home manager configurations are kept separate to keep configuration flexible and modular.

System Architecture Description
arisu x86_64-linux primary development tower, custom built
kokoro x86_64-linux ThinkBook 15 laptop, mobile development
chibi aarch64-linux Raspberry Pi 4B for hosting and local dev
hikari x86_64-linux custom installer ISO, new systems and VMs

Installation

To set up your system using the Symphony configurations, follow these steps:

git clone https://github.com/C4theBomb/nixos-configuration.git ~/dotfiles
cd ~/dotfiles

sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- \
    --mode disko ~/dotfiles/hosts/<system>/disko.nix --arg device '"/dev/<device>"'

cp ~/dotfiles /mnt/persist

cp ~/dotfiles /mnt/etc/nixos
sudo nixos-install --root /mnt --flake /mnt/etc/nixos#<system>

Features

  • Dynamic backgrounds: Variety-powered slideshow for ever-changing wallpapers.
  • Development environments: Preconfigured setups for various programming languages.
  • Neovim: Highly customized configuration for efficient coding.
  • Various editors: Native Vim shortcut support and configurations.
  • Yazi: Fast, terminal-based file manager.
  • Eww task bar: Minimal and versatile task bar interface.
  • Spotify: Seamless Spotify integration.
  • Anyrun: Intuitive application launcher.
  • Kitty terminal: Customized themes and keybindings.
  • Zoxide: Enhanced terminal navigation with zoxide.

Roadmap

  • impermanence configuration to prevent over-time pollution of directories

Authors

Here are some related projects that are used in this configuration

neovim-config dotfiles

License

MIT