Cleaned up some readme's and main config files

This commit is contained in:
Emmet 2025-01-07 14:51:33 -06:00
parent 38dd9e474a
commit 22669e1f6d
7 changed files with 4 additions and 25 deletions

View file

@ -1,5 +1,7 @@
#+title: Trying to use a computer without Linux is hard
WARNING: I haven't used Windows for a very long time, so this profile is unmaintained.
This is my =WSL= profile, which is a minimal installation I use on Windows underneath WSL. This (obviously) requires [[https://github.com/nix-community/NixOS-WSL][NixOS-WSL]] to be installed. I essentially just use this for Emacs, some useful CLI apps I can't live without (namely ranger), and LibreOffice, which runs strangely slow on Windows (hmm, I wonder why? It's not like Microsoft has a competing office suite or anything...)
The [[./nixos-wsl][nixos-wsl]] directory is taken directly from [[https://github.com/nix-community/NixOS-WSL][NixOS-WSL]] and merely patched slightly to allow it to run with the unstable channel of nixpkgs.

View file

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ lib, pkgs, systemSettings, userSettings, ... }:
with lib;