Skip to content

Commit

Permalink
treewide: rename nixfiles to systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Apr 15, 2024
1 parent 14058ff commit 20b481b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">❄️</h1>

[![Automatic ISO builds](https://github.com/mrtnvgr/nixfiles/actions/workflows/build_iso.yml/badge.svg)](https://github.com/mrtnvgr/nixfiles/actions/workflows/build_iso.yml)
[![Grawler checks](https://github.com/mrtnvgr/nixfiles/actions/workflows/grawler.yml/badge.svg)](https://github.com/mrtnvgr/nixfiles/actions/workflows/grawler.yml)
[![Automatic ISO builds](https://github.com/mrtnvgr/systems/actions/workflows/build_iso.yml/badge.svg)](https://github.com/mrtnvgr/systems/actions/workflows/build_iso.yml)
[![Grawler checks](https://github.com/mrtnvgr/systems/actions/workflows/grawler.yml/badge.svg)](https://github.com/mrtnvgr/systems/actions/workflows/grawler.yml)

This repository contains my [NixOS](https://nixos.org/) configurations

Expand All @@ -25,11 +25,11 @@ This repository contains my [NixOS](https://nixos.org/) configurations
### Real-hardware installation

- Follow the official NixOS installation [guide](https://nixos.wiki/wiki/NixOS_Installation_Guide) **until `NixOS Installation` section**
- Clone this repo: `git clone https://github.com/mrtnvgr/nixfiles`
- Clone this repo: `git clone https://github.com/mrtnvgr/systems`
- Create your host (look in `flake.nix` and `hosts` for examples)
- Copy `/mnt/etc/nixos/hardware-configuration.nix` to `hardware.nix`
- Install: `nixos-install --root /mnt --flake .#<YOUR-HOST-NAME>`
- Move this repo to installed system: `mv nixfiles /mnt/home/<your-username>/`
- Move this repo to installed system: `mv .systems /mnt/home/<your-username>/`
- Reboot: `reboot`

### Portable environment
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop/apps/reaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
cfg = config.modules.desktop.apps.reaper;

# FIXME: borks reaper's files if path is not correct ;p
files = "$HOME/nixfiles/modules/desktop/apps/reaper";
files = "$HOME/.systems/modules/desktop/apps/reaper";

# TODO: https://github.com/NixOS/nixpkgs/issues/300755
# TODO: https://bugs.winehq.org/show_bug.cgi?id=54692
Expand Down

0 comments on commit 20b481b

Please sign in to comment.