Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 1015 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 1015 Bytes

ARCHIVED

Because I don't have anything useful for others here (but check out my base16.nix).

Installing it on your machine

sudo nixos-rebuild test --flake .
sudo ln -s /etc/nixos/ /path/to/this/flake

Creating your own secret.nix for better experience

You can check out the structure of ./secret.nix in ./modules/secrets.nix

What's in?

  • WM - sway + swaylock-effects + i3blocks
  • DM - getty (console login)
  • Terminal - Alacritty + zsh + starship
  • Editor - neovim with lua plugins
  • Media viewers - imv for images, zathura for pdfs, mpv for video
  • Launcher - fzf launched in floating terminal
  • Base16 theme engine - base16.nix - and an internal font engine

Updating all packages

nix flake update
sudo nixos-rebuild switch

Credits

This configuration would not have been possible without the original balsoft's configuration and the russian Nixos community (https://t.me/ru_nixos).