diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cbeabf --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# elisiei's nixos + +my minimal barless nixos configuration. + +## showcase + +![](https://files.catbox.moe/nkpk70.png) + +![](https://files.catbox.moe/jyi4ef.png) + +yes, my configuration is better than yours. diff --git a/home/modules/ide/nvim/themes.nix b/home/modules/ide/nvim/themes.nix index 74413ef..53eef63 100644 --- a/home/modules/ide/nvim/themes.nix +++ b/home/modules/ide/nvim/themes.nix @@ -22,8 +22,8 @@ }; }; - # oxocarbon - oxocarbon = { + # moonfly + moonfly = { enable = true; }; };