Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meowgorithm/dotfiles

The Meowgorithm Dotfiles, Collectors’ Edition
https://github.com/meowgorithm/dotfiles

dotfiles

Last synced: 11 days ago
JSON representation

The Meowgorithm Dotfiles, Collectors’ Edition

Awesome Lists containing this project

README

        

# The Meowgorithm Dotfiles, Collectors’ Edition

This repo contains NixOS and Home Manager configurations to support a few
systems:

- NixOS `x86_64` with Hyprland
- macOS `x86_64` and `aarch64`
- Headless, general-purpose Linux `x86_64` (including WSL)

## User Management

```bash
# Enable flakes on non-NixOS systems:
./enable-flakes

# Let it rip:
nix run

# Or, for headless VMs and WSL:
nix run .#christian@headless
```

## OS Management

Update the system locally:

```bash
nixos-rebuild switch --flake .
```

Or just do it over the network:

```bash
nixos-rebuild switch --flake github:meowgorithm/dotfiles/master
```