https://github.com/sandptel/nixos-config
my personal nixos-configs + [dotfiles]
https://github.com/sandptel/nixos-config
anyrun dotfiles hyprland nix nixos nixos-configuration nixos-dotfiles pywal wallust
Last synced: 3 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T19:14:22.000Z (4 months ago)
- Last Synced: 2025-07-03T20:25:46.841Z (4 months ago)
- Topics: anyrun, dotfiles, hyprland, nix, nixos, nixos-configuration, nixos-dotfiles, pywal, wallust
- Language: Shell
- Homepage:
- Size: 66 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
```