8000 GitHub - fentas/nixdots: Dotfiles for my NixOS system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fentas/nixdots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


❄️ NixOS dotfiles ❄️

NixOS system configuration. Feel free to explore!

Shoutout to:


⠀⠀   🌸 Setup / Hyprland 🌸
 -----------------------------------

 ╭─ Distro  -> NixOS
 ├─ Editor  -> Neovim
 ├─ Browser -> Firefox 
 ├─ Shell   -> ZSH
 ╰─ Resource Monitor -> Btop

 ╭─ Model -> DELL XPS 8940
 ├─ CPU   -> Intel i5-10400f @ 4.3GHz
 ├─ GPU   -> NVIDIA GeForce GTX 1650 SUPER
 ╰─ Resolution -> 1920x1080@165hz

 ╭─ WM       -> Hyprland
 ├─ Terminal -> Wezterm
 ├─ Theme    -> Catppuccin
 ├─ Icons    -> Papirus-Dark
 ├─ Font     -> JetBrains Mono Nerd Font
 ╰─ Hotel    -> Trivago

                        

Rice Preview

Commands you should know:

  • Rebuild and switch to change the system configuration (in the configuration directory):
rebuild
# or
sudo nixos-rebuild switch --flake '.#fentas'
  • Connect to internet (Change what's inside the brackets with your info).
iwctl --passphrase [passphrase] station [device] connect [SSID]

Installation

I'll guide you through the Installation, but first make sure to download the Minimal ISO image available at NixOS and make a bootable drive with it. I suggest using Rufus for the task as it's a great software. Also I'm going to use an ethernet cable for the tutorial to make things easier. We shall begin!

Installation Steps

Only follow these steps after using the bootable drive, changing BIOS boot priority and getting into the installation!

# if needed some terminal changes
video=1920x1080
setfont ter-128n

# ! configure networking as needed
curl -sfL https://raw.githubusercontent.com/fentas/nixdots/main/install.sh -O install.sh
sudo nix-shell ./install.sh

Credits for the installation section goes to Stephenstechtalks and AlphaTechnolog as they helped a lot with their installation guides.

Conclusion

That should be all! If you have any problem, feel free to make an issue in the github repo. (https://github.com/fentas/nixdots/issues).

The code is licensed under the MIT license, so you can use or distribute the code however you like.

About

Dotfiles for my NixOS system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 73.9%
  • Shell 17.3%
  • C 7.5%
  • Python 1.3%
0