diff --git a/README.org b/README.org index efd52f6a..b2ecbe43 100644 --- a/README.org +++ b/README.org @@ -16,7 +16,7 @@ Here is my main setup: ** 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. -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 I wrote some reinstall notes for myself [[./install.org][here (install.org)]]. diff --git a/profiles/personal/configuration.nix b/profiles/personal/configuration.nix index 143bc7e0..9aff188b 100644 --- a/profiles/personal/configuration.nix +++ b/profiles/personal/configuration.nix @@ -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 = [ ../work/configuration.nix # Personal is essentially work system + games ../../system/hardware-configuration.nix ../../system/app/gamemode.nix - #../../system/app/steam.nix ../../system/app/prismlauncher.nix - ../../system/security/doas.nix - ../../system/security/gpg.nix - ../../system/security/blocklist.nix - ../../system/security/firewall.nix ]; } diff --git a/profiles/personal/home.nix b/profiles/personal/home.nix index 3865a8c8..cacd0db7 100644 --- a/profiles/personal/home.nix +++ b/profiles/personal/home.nix @@ -20,7 +20,6 @@ brave git syncthing - ]; xdg.enable = true; diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index a6cd9cb5..4fbe9117 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -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, ... }: { imports = diff --git a/profiles/wsl/README.org b/profiles/wsl/README.org index af200da5..cce6367a 100644 --- a/profiles/wsl/README.org +++ b/profiles/wsl/README.org @@ -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. diff --git a/profiles/wsl/configuration.nix b/profiles/wsl/configuration.nix index 2c8db3ff..f09bfead 100644 --- a/profiles/wsl/configuration.nix +++ b/profiles/wsl/configuration.nix @@ -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; diff --git a/themes/README.org b/themes/README.org index d178a059..c78334b9 100644 --- a/themes/README.org +++ b/themes/README.org @@ -3,11 +3,6 @@ Inside this directory are all of my themes! -Each theme directory stores a few relevant files: -- =${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 +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). Look at any of the directories here for more info!