https://github.com/jeswin-8801/dotfiles
my dotfiles for nixos
https://github.com/jeswin-8801/dotfiles
dotfiles hyprland nixos rice
Last synced: 3 months ago
JSON representation
my dotfiles for nixos
- Host: GitHub
- URL: https://github.com/jeswin-8801/dotfiles
- Owner: Jeswin-8801
- Created: 2024-11-04T12:57:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:28:45.000Z (7 months ago)
- Last Synced: 2025-01-30T15:48:16.414Z (5 months ago)
- Topics: dotfiles, hyprland, nixos, rice
- Language: Nix
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
NixOS ➕ Hyprland
## Installation
### On a minimal Nixos image
> ```bash
> nix-shell -p git fish --run fish
> git clone https://github.com/Jeswin-8801/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
> ./install.sh
>
> ```> [!Caution]
> The script `install.sh` must be run only once during a fresh installation.After reboot, login as `root` and run:
> ```bash
> ./post-install.sh
>
> ```### On an Existing Setup
> [!IMPORTANT]
> Change wherever necessary
> ```bash
> rg "CHANGEME"
> ```> ```bash
> git clone https://github.com/Jeswin-8801/dotfiles.git ~/.config/nixos
> sudo nixos-rebuild switch --flake ~/.config/nixos#jeswins-nix
> ```---
## References
- https://github.com/anotherhadi/nixy
- https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles