Aded neovim

This commit is contained in:
fwastring 2025-09-04 09:19:42 +02:00
parent 2d0105093e
commit d7bd96d68d
3 changed files with 19 additions and 6 deletions

View file

@ -22,6 +22,16 @@
../../config/sway.nix
];
# services.greetd = {
# enable = true;
# settings = {
# default_session = {
# command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd hyprland";
# user = "greeter";
# };
# };
# };
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;