Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drmikecrowe/mike-nixos
My nix-os configuration
https://github.com/drmikecrowe/mike-nixos
Last synced: 13 days ago
JSON representation
My nix-os configuration
- Host: GitHub
- URL: https://github.com/drmikecrowe/mike-nixos
- Owner: drmikecrowe
- Created: 2023-06-22T11:21:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:36:46.000Z (5 months ago)
- Last Synced: 2024-11-05T21:14:13.254Z (2 months ago)
- Language: Nix
- Size: 12.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mike's NixOS config
Heavily inspired by https://github.com/nmasur/dotfiles (well, lifted mostly)
## Conflict in mimeapps.list
Change `mike-nixos/modules/nixos/graphical/applications.nix` and ensure new entries are added.
# System Configurations
This repository contains configuration files for my NixOS, macOS, and WSL
hosts.They are organized and managed by [Nix](https://nixos.org), so some of the
configuration may be difficult to translate to a non-Nix system.# Flake Templates
You can also use the [templates](./templates/) as flakes for starting new
projects:```bash
nix flake init --template github:drmikecrowe/mike-nixos#typescript
``````
# THIS WIPES EVERYTHING
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko hosts/xps15/disks.nix# This mounts everything
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode mount hosts/xps15/disks.nix
``````
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode mount hosts/xps15/disks.nix
TMPDIR=/tmp nixos-install --no-root-passwd --impure --flake .#xps15
``````
sudo rsync -aHAXx --info=progress2 keep /mnt
```