An open API service indexing awesome lists of open source software.

https://github.com/sandptel/nixos-config

my personal nixos-configs + [dotfiles]
https://github.com/sandptel/nixos-config

hyprland nix nixos nixos-configuration

Last synced: 4 months ago
JSON representation

my personal nixos-configs + [dotfiles]

Awesome Lists containing this project

README

        

# Preview

https://github.com/user-attachments/assets/ad5d5f34-cb39-4afe-bc71-4833bdacc037

# **!!! Do Not Blindly install these dots**
# Installation
1. Installing Nix
```bash
sh <(curl -L https://nixos.org/nix/install) --no-daemon
. ~/.nix-profile/etc/profile.d/nix.sh
export NIX_CONFIG="experimental-features = nix-command flakes"
```
2. Clone the Repository
```bash
git clone https://github.com/sandptel
```
3. Rebuild Switch Using Flakes
Here is profile name.
```bash
sudo nixos-rebuild switch --flake .#roronoa
```
OR direct install via
```bash
sudo nixos-rebuild switch --flake github:sandptel/dotfiles#roronoa
```