mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 08:32:39 +02:00
fix: typo
This commit is contained in:
@@ -27,7 +27,7 @@ Nix allows for easy-to-manage, collaborative, reproducible deployments. This mea
|
|||||||
## Components
|
## Components
|
||||||
|
|
||||||
| | NixOS(Wayland) | NixOS(Xorg) |
|
| | NixOS(Wayland) | NixOS(Xorg) |
|
||||||
| --------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
| --------------------------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------ |
|
||||||
| **Window Manager** | [Hyprland][Hyprland] | [i3][i3] |
|
| **Window Manager** | [Hyprland][Hyprland] | [i3][i3] |
|
||||||
| **Terminal Emulator** | [Kitty][Kitty] | [Kitty][Kitty] |
|
| **Terminal Emulator** | [Kitty][Kitty] | [Kitty][Kitty] |
|
||||||
| **Bar** | [Waybar][Waybar] | [i3block][i3block] |
|
| **Bar** | [Waybar][Waybar] | [i3block][i3block] |
|
||||||
@@ -170,6 +170,8 @@ Other dotfiles that inspired me:
|
|||||||
- [denisse-dev/dotfiles](https://github.com/denisse-dev/dotfiles)
|
- [denisse-dev/dotfiles](https://github.com/denisse-dev/dotfiles)
|
||||||
- Neovim/AstroNvim
|
- Neovim/AstroNvim
|
||||||
- [maxbrunet/dotfiles](https://github.com/maxbrunet/dotfiles): astronvim with nix flakes.
|
- [maxbrunet/dotfiles](https://github.com/maxbrunet/dotfiles): astronvim with nix flakes.
|
||||||
|
- Theme
|
||||||
|
- [catppuccin][catppuccin]
|
||||||
- Misc
|
- Misc
|
||||||
- [1amSimp1e/dots](https://github.com/1amSimp1e/dots)
|
- [1amSimp1e/dots](https://github.com/1amSimp1e/dots)
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
import:
|
import:
|
||||||
# all alacritty themes can be found at
|
# all alacritty themes can be found at
|
||||||
# https://github.com/alacritty/alacritty-theme
|
# https://github.com/alacritty/alacritty-theme
|
||||||
- ~/.config/alacritty/theme_catppuccino.yml
|
- ~/.config/alacritty/theme_catppuccin.yml
|
||||||
|
|
||||||
window:
|
window:
|
||||||
# Background opacity
|
# Background opacity
|
||||||
@@ -96,5 +96,5 @@
|
|||||||
''
|
''
|
||||||
);
|
);
|
||||||
|
|
||||||
xdg.configFile."alacritty/theme_catppuccino.yml".source = ./theme_catppuccino.yml;
|
xdg.configFile."alacritty/theme_catppuccin.yml".source = ./theme_catppuccin.yml;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Catppuccino theme scheme for Alacritty
|
# Catppuccin theme scheme for Alacritty
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
xdg.configFile."helix/themes/catppuccino_mocha.toml".source = ./theme_catppuccin_mocha.toml;
|
xdg.configFile."helix/themes/catppuccin_mocha.toml".source = ./theme_catppuccin_mocha.toml;
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.helix;
|
package = pkgs.helix;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccino_mocha";
|
theme = "catppuccin_mocha";
|
||||||
editor = {
|
editor = {
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
# Vertical Split Terminal: `<Space> + tv`
|
# Vertical Split Terminal: `<Space> + tv`
|
||||||
# Open IPython REPL: `<Space> + tp`
|
# Open IPython REPL: `<Space> + tp`
|
||||||
# Opening LSP symbols: `<Space> + lS`
|
# Opening LSP symbols: `<Space> + lS`
|
||||||
|
# Toggle line wrap: `<Space> + uw`
|
||||||
# Show line diagnostics: `gl`
|
# Show line diagnostics: `gl`
|
||||||
# Go to definition: `gd`
|
# Go to definition: `gd`
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user