Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandptel/nixos-config
- Owner: sandptel
- Created: 2024-12-07T05:35:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-07T06:22:23.000Z (about 1 month ago)
- Last Synced: 2024-12-07T06:26:46.589Z (about 1 month ago)
- Topics: hyprland, nix, nixos, nixos-configuration
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```