Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

my personal nixos-configs
https://github.com/sandptel/nixos-config

hyprland nix nixos nixos-configuration

Last synced: about 1 month ago
JSON representation

my personal nixos-configs

Awesome Lists containing this project

README

        

# Preview

https://github.com/user-attachments/assets/b8f6aa60-a383-44d1-b8e3-bfcb494ab2e1

# **!!! 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
```