No description
Find a file
2023-12-16 01:04:45 -05:00
.github/workflows add github action 2023-11-06 02:09:29 -05:00
common doc: update package docs 2023-12-06 12:53:39 -05:00
home-manager feat: add direnv 2023-12-15 00:16:57 -05:00
hosts/candlekeep format: earlyoom 2023-12-09 13:45:27 -05:00
modules refactor: major structural changes 2023-12-05 18:11:12 -05:00
overlays refactor: major structural changes 2023-12-05 18:11:12 -05:00
pkgs refactor: major structural changes 2023-12-05 18:11:12 -05:00
.gitignore remove devenv 2023-11-06 01:55:07 -05:00
flake.lock chore: flake update 2023-12-16 01:04:45 -05:00
flake.nix add nix-sops input 2023-12-15 00:55:21 -05:00
README.md refactor: major structural changes 2023-12-05 18:11:12 -05:00

NixOS Flake Configuration

Overview

This repository contains my NixOS configuration as a flake. This configuration is designed to provide a reproducible and declarative setup for my system. It includes system configuration, package management, and various other NixOS features.

Window Manager

  • hyrpland
  • waybar
  • swaylock
  • wofi
  • light
  • grimshot
  • mako

Terminal

  • alacritty
  • zsh
  • starship
  • tmux
  • neovim(my configuration can be found here)
  • eza
  • ripgrep
  • fd

Prerequisites

Before using this NixOS flake configuration, you should have the following prerequisites:

  • NixOs should be installed on your system.
  • Familiarity with Nix and NixOS concepts is helpful but not required.

Usage

NixOS and home-manager are called seperately,

To rebuild and switch to the new NixOS configuration:

nixos-rebuild switch --flake .#candlekeep

To rebuild and switch to the new home-manager configuration:

home-manager switch --flake .#gwg313@candlekeep