Go to file
2023-08-02 22:27:28 -04:00
.github/workflows switch to rebase merge 2023-07-30 10:17:52 -04:00
apps clean up colorschemes 2023-07-09 23:06:36 -06:00
colorscheme clean up colorschemes 2023-07-09 23:06:36 -06:00
disks update flake lock 2023-04-26 23:28:15 -04:00
docs switch nextcloud to nix-based apps 2023-08-02 12:26:45 +00:00
hosts enable auto PRs and checks 2023-07-29 15:20:14 -04:00
modules try making nextcloud apps as flake inputs 2023-08-02 22:27:28 -04:00
overlays try making nextcloud apps as flake inputs 2023-08-02 22:27:28 -04:00
private auto-upgrades and notify using email 2023-07-28 23:28:08 -04:00
templates fix: mach-nix not working with latest updates 2023-07-31 13:50:44 -04:00
windows use shift+enter for completion in terminal 2022-10-31 20:47:33 -04:00
.envrc more flakiness 2022-04-27 09:23:26 -04:00
.gitignore clean up colorschemes 2023-07-09 23:06:36 -06:00
.stylua.toml refactor colors and options 2022-11-02 21:29:14 -04:00
flake.lock try making nextcloud apps as flake inputs 2023-08-02 22:27:28 -04:00
flake.nix try making nextcloud apps as flake inputs 2023-08-02 22:27:28 -04:00
LICENSE add MIT license 2022-07-27 19:03:31 -04:00
password.sha512 fix: don't age encrypt password hash 2023-02-28 00:12:19 -05:00
public-keys add swan public key 2023-02-26 22:04:45 -05:00
README.md tweak readme links 2023-06-24 15:15:39 -06:00

System Configurations

This repository contains configuration files for my NixOS, macOS, and WSL hosts.

They are organized and managed by Nix, so some of the configuration may be difficult to translate to a non-Nix system.

System Features

Feature Program Configuration
OS NixOS Link
Display Server X11 Link
Compositor Picom Link
Window Manager i3 Link
Panel Polybar Link
Font Victor Mono Link
Launcher Rofi Link

User Features

Feature Program Configuration
Dotfiles Home-Manager Link
Terminal Kitty Link
Shell Fish Link
Shell Prompt Starship Link
Colorscheme Gruvbox Link
Wallpaper Road Link
Text Editor Neovim Link
Browser Firefox Link
E-Mail Aerc Link
File Manager Nautilus Link
PDF Reader Zathura Link
Video Player mpv Link

macOS Features

Feature Program Configuration
Keybinds Hammerspoon Link

Installation

Click here for detailed installation instructions.

Neovim

Try out my Neovim config with nix:

nix run github:nmasur/dotfiles#neovim

Or build it as a package:

nix build github:nmasur/dotfiles#neovim

If you already have a Neovim configuration, you may need to move it out of ~/.config/nvim or set XDG_CONFIG_HOME to another value; otherwise both configs might conflict with each other.

Flake Templates

You can also use the templates as flakes for starting new projects:

nix flake init --template github:nmasur/dotfiles#poetry