diff --git a/dotfiles/nvim/lua/options.lua b/dotfiles/nvim/lua/options.lua index 7511a8b..4b25e04 100644 --- a/dotfiles/nvim/lua/options.lua +++ b/dotfiles/nvim/lua/options.lua @@ -3,10 +3,10 @@ require "nvchad.options" -- add yours here! local o = vim.o -o.cursorlineopt ='both' -- to enable cursorline +o.cursorlineopt = "both" -- to enable cursorline o.scrolloff = 9 o.wrap = true o.clipboard = "unnamedplus" o.list = false o.relativenumber = true - +o.cmdheight = 0 diff --git a/machines/dragon/configuration.nix b/machines/dragon/configuration.nix index cb55a52..8fa3a13 100644 --- a/machines/dragon/configuration.nix +++ b/machines/dragon/configuration.nix @@ -6,6 +6,7 @@ networking.hostName = "dragon"; networking.extraHosts = '' + 127.0.0.1 yeswiki.test 163.172.173.184 aleks-test-install-bookworm.test ''; networking.networkmanager.enable = true; diff --git a/modules/desktop.nix b/modules/desktop.nix index 98b35a9..8f9e86c 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -30,7 +30,6 @@ displayManager.sddm.wayland.enable = true; displayManager.sddm.enable = true; displayManager.sddm.enableHidpi = true; - #displayManager.sddm.theme = "rose-pine"; dbus.enable = true; }; @@ -166,7 +165,6 @@ rofi wlogout ]; - # Do not restart the display manager automatically systemd.services.display-manager.restartIfChanged = lib.mkForce false;