mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-22 08:59:02 +01:00
feat: adjust alacritty's font size for linux fix: errors in i3 config feat: update i3blocks's scripts & style
13 lines
146 B
Nix
13 lines
146 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
imports = [
|
|
./nushell
|
|
|
|
./core.nix
|
|
./development.nix
|
|
./git.nix
|
|
./media.nix
|
|
./starship.nix
|
|
];
|
|
|
|
} |