mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Use helix flake (need some more up to date)
This commit is contained in:
parent
78a419b28d
commit
08ba31dae5
3 changed files with 6 additions and 6 deletions
|
|
@ -66,12 +66,12 @@
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = inputs.helix.packages.${pkgs.system}.default;
|
package = inputs.helix.packages.${pkgs.system}.default;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin_macchiato";
|
theme = "catppuccin_macchiato";
|
||||||
editor = {
|
editor = {
|
||||||
auto-format = false;
|
auto-format = false;
|
||||||
#gutters = ["line-numbers", "diagnostics", "diff"]
|
# gutters = ["line-numbers", "diagnostics", "diff"]
|
||||||
end-of-line-diagnostics = "warning";
|
end-of-line-diagnostics = "warning";
|
||||||
|
|
||||||
bufferline = "multiple";
|
bufferline = "multiple";
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.geoclue2 = {
|
services.geoclue2 = {
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
../../home/common.nix
|
../../home/common.nix
|
||||||
|
|
||||||
../../home/darkman.nix
|
../../home/darkman.nix
|
||||||
|
|
||||||
../../home/waybar/mechabar
|
# ../../home/waybar/mechabar
|
||||||
../../home/sway
|
# ../../home/sway
|
||||||
|
|
||||||
../../home/home-backup.nix
|
../../home/home-backup.nix
|
||||||
../../home/gui.nix
|
../../home/gui.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue