https://github.com/karstenpedersen/dotfiles-old
NixOS wayland config.
https://github.com/karstenpedersen/dotfiles-old
base16-color config dotfiles home-manager hyprland linux neovim nixos wayland
Last synced: 5 months ago
JSON representation
NixOS wayland config.
- Host: GitHub
- URL: https://github.com/karstenpedersen/dotfiles-old
- Owner: karstenpedersen
- Created: 2023-11-18T13:01:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T19:52:37.000Z (over 1 year ago)
- Last Synced: 2025-06-22T17:18:38.729Z (7 months ago)
- Topics: base16-color, config, dotfiles, home-manager, hyprland, linux, neovim, nixos, wayland
- Language: Nix
- Homepage:
- Size: 392 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My personal dotfiles based around NixOS with home-manager.
## Get Started
```
# Clone repository
git clone git@github.com:karstenpedersen/dotfiles.git
cd dotfiles
# Make install.sh executable
chmod +x install.sh
# Build NixOS and home-manager
sudo nixos-rebuild switch --flake .#
```
##