Skip to content
/ nix Public

Dotfiles for my (in progress) development system

License

jvdcf-dev/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix dotfiles

Configuration files of @jvdcf's development environment

PrintScreen example of the desktop environment

Installation

Warning

These dotfiles were only tested on my NixOS system and are provided as is; they may introduce breaking changes to your system. Backup and read the files before proceeding. The file laptop/hardware-configuration.nix is specific to my ASUS Zenbook UX3405M laptop!

  • Install a fresh instance of NixOS;
  • Clone the repository:
    mkdir nix
    cd nix
    git clone https://github.com/jvdcf-dev/nix.git
  • Generate your hardware-configuration.nix and copy it to the laptop/ folder:
    sudo nixos-generate-config
    rm ~/nix/laptop/hardware-configuration.nix
    cp /etc/nixos/hardware-configuration.nix ~/nix/laptop/hardware-configuration.nix
  • Build the configuration:
    sudo nixos-rebuild switch --flake .#SillyBilly --extra-experimental-features nix-command flakes

Applications

  • 💻 KDE Desktop Environment
  • 🐱 Ghostty Terminal
  • 🐚 Zsh Shell (with zoxide, fastfetch and ohmyposh)
  • 📝 Zed Editor

Credits and special thanks


Feel free to fork, suggest changes, create issues and pull requests! I hope these dotfiles help you just like other developers helped me 👋

About

Dotfiles for my (in progress) development system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published