This website requires JavaScript.
Explore
Help
Sign In
caem
/
nixos-system-config
Watch
1
Fork
You've already forked nixos-system-config
0
Code
Releases
Activity
8de3f12524
nixos-system-config
/
dotfiles
/
nvim
/
lua
/
plugins
/
dressing.lua
8 lines
103 B
Lua
Raw
Normal View
History
Unescape
Escape
Refactor the entire configuration With the release of the Nvidia 555 beta drivers and their improvements to the Wayland experience I've finally decided to return to NixOS with Hyprland again after 2 years of running Gentoo and Opensuse Tumbleweed on X11. So this is me committing the work done so far from the last couple of days. Future commits will be more incremental.
2024-05-24 21:33:00 +02:00
return
{
"
stevearc/dressing.nvim
"
,
neovim: Require dressing explicitly
2024-07-21 16:42:58 +02:00
config
=
function
(
)
require
"
dressing
"
.
setup
{
}
end
Refactor the entire configuration With the release of the Nvidia 555 beta drivers and their improvements to the Wayland experience I've finally decided to return to NixOS with Hyprland again after 2 years of running Gentoo and Opensuse Tumbleweed on X11. So this is me committing the work done so far from the last couple of days. Future commits will be more incremental.
2024-05-24 21:33:00 +02:00
}
Copy permalink