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

@ -16,7 +16,7 @@ Here is my main setup:
** My Themes ** My Themes
[[https://github.com/danth/stylix#readme][Stylix]] (and [[https://github.com/SenchoPens/base16.nix#readme][base16.nix]], of course) is amazing, allowing you to theme your entire system with base16-themes. [[https://github.com/danth/stylix#readme][Stylix]] (and [[https://github.com/SenchoPens/base16.nix#readme][base16.nix]], of course) is amazing, allowing you to theme your entire system with base16-themes.
Using this I have [[./themes][55+ themes]] (I add more sometimes) I can switch between on-the-fly. Visit the [[./themes][themes directory]] for more info and screenshots! Using this I have [[./themes][59+ themes]] (I add more sometimes) I can switch between on-the-fly. Visit the [[./themes][themes directory]] for more info and screenshots!
** Install ** Install
I wrote some reinstall notes for myself [[./install.org][here (install.org)]]. I wrote some reinstall notes for myself [[./install.org][here (install.org)]].

View File

@ -1,18 +1,9 @@
# 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).
{ ... }: { ... }:
{ {
imports = imports =
[ ../work/configuration.nix # Personal is essentially work system + games [ ../work/configuration.nix # Personal is essentially work system + games
../../system/hardware-configuration.nix ../../system/hardware-configuration.nix
../../system/app/gamemode.nix ../../system/app/gamemode.nix
#../../system/app/steam.nix
../../system/app/prismlauncher.nix ../../system/app/prismlauncher.nix
../../system/security/doas.nix
../../system/security/gpg.nix
../../system/security/blocklist.nix
../../system/security/firewall.nix
]; ];
} }

View File

@ -20,7 +20,6 @@
brave brave
git git
syncthing syncthing
]; ];
xdg.enable = true; xdg.enable = true;

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).
{ pkgs, lib, systemSettings, userSettings, ... }: { pkgs, lib, systemSettings, userSettings, ... }:
{ {
imports = imports =

View File

@ -1,5 +1,7 @@
#+title: Trying to use a computer without Linux is hard #+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...) 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. 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, ... }: { lib, pkgs, systemSettings, userSettings, ... }:
with lib; with lib;

View File

@ -3,11 +3,6 @@
Inside this directory are all of my themes! Inside this directory are all of my themes!
Each theme directory stores a few relevant files: Each theme directory stores =default.nix= which is an attribute set containing all the necessary information including both colors and a background image link (which is automatically downloaded by my config).
- =${theme-name}.yaml= - This stores all 16 colors for the theme
- =backgroundurl.txt= - A direct link to the wallpaper associated with the theme
- =backgroundsha26.txt= - =sha256sum= of the wallpaper
- =polarity.txt= - Whether or not the background is =light= or =dark=
- =${theme-name}.png= - A screenshot of the theme for previewing purposes
Look at any of the directories here for more info! Look at any of the directories here for more info!