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]
- Host: GitHub
- URL: https://github.com/sandptel/nixos-config
- Owner: sandptel
- Created: 2024-12-07T05:35:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T10:55:15.000Z (6 months ago)
- Last Synced: 2025-02-02T10:34:35.235Z (5 months ago)
- Topics: hyprland, nix, nixos, nixos-configuration
- Language: Shell
- Homepage:
- Size: 65.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```