chore: readme

This commit is contained in:
Elisiei Yehorov 2026-02-22 22:07:37 +01:00
parent 2cb85edb66
commit 8027b46e5e
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089
7 changed files with 19 additions and 29 deletions

View file

@ -4,8 +4,8 @@ my minimal barless nixos configuration.
## showcase
![](https://i.imgur.com/C6QZsqB.png)
![](https://i.imgur.com/pXUkUfL.png)
![](https://i.imgur.com/7Hkub7D.png)
![](https://i.imgur.com/dNKq8bG.png)
yes, my configuration is better than yours.

View file

@ -28,6 +28,7 @@
home-manager,
stylix,
spicetify-nix,
nixvim,
...
}: {
nixosConfigurations = {
@ -45,6 +46,7 @@
./home/home.nix
spicetify-nix.homeManagerModules.spicetify
stylix.homeModules.stylix
nixvim.homeModules.nixvim
];
};
home-manager.backupFileExtension = "hm-backup";

View file

@ -1,6 +1,4 @@
{inputs, ...}: {
imports = [inputs.nixvim.homeModules.nixvim];
{
programs.nixvim = {
enable = true;
@ -27,9 +25,6 @@
# keymaps
./keymaps.nix
# theme
./theme.nix
# options
./options.nix
];

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{pkgs, ...}: {
opts = {
number = true;
relativenumber = false;

View file

@ -1,12 +0,0 @@
{
colorschemes = {
tokyonight = {
enable = true;
settings = {
transparent = true;
style = "night";
mini_completion = true;
};
};
};
}

View file

@ -3,7 +3,7 @@
enable = true;
autoEnable = true;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyodark.yaml";
icons = {
enable = true;
@ -29,6 +29,10 @@
};
stylix.targets.sway.enable = true;
stylix.targets.nixvim.enable = false;
stylix.targets.nixvim = {
enable = true;
colors.enable = true;
plugin = "base16-nvim";
};
stylix.targets.spicetify.enable = false;
}

View file

@ -1,4 +1,4 @@
{
{lib, ...}: {
programs.tofi = {
enable = true;
settings = {
@ -7,6 +7,7 @@
num-results = 5;
outline-width = 0;
padding-left = "35%";
font-size = lib.mkForce 24;
padding-top = "35%";
result-spacing = 25;
width = "100%";