Compare commits
2 Commits
02df8ea982
...
1ada9392b6
Author | SHA1 | Date | |
---|---|---|---|
1ada9392b6 | |||
7b790129b7 |
14
README.org
Normal file
14
README.org
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#+TITLE: Nix Config Repository
|
||||||
|
#+AUTHOR: chase
|
||||||
|
#+LANGUAGE: en
|
||||||
|
|
||||||
|
Welcome to my Nix config repository!
|
||||||
|
|
||||||
|
Here you can find my config files. I have only been using NixOS since April 2025, so
|
||||||
|
this is probably not that great of a reference.
|
||||||
|
|
||||||
|
|
||||||
|
* Some Resources That Have Inspired This Config
|
||||||
|
- https://nixos-and-flakes.thiscute.world/
|
||||||
|
- https://github.com/kaleocheng/nix-dots/tree/master
|
||||||
|
- https://gist.github.com/0atman/1a5133b842f929ba4c1e195ee67599d5
|
@@ -174,6 +174,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
aspell
|
||||||
|
aspellDicts.en
|
||||||
|
aspellDicts.en-computers
|
||||||
|
aspellDicts.en-science
|
||||||
ffmpeg
|
ffmpeg
|
||||||
fortune
|
fortune
|
||||||
imagemagick
|
imagemagick
|
||||||
|
Reference in New Issue
Block a user