nvim nix changes
This commit is contained in:
@@ -62,8 +62,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Hyprland & accessories
|
# Hyprland & accessories
|
||||||
wayland.windowManager.hyprland.enable = true;
|
# wayland.windowManager.hyprland.enable = true;
|
||||||
programs.waybar.enable = true;
|
# programs.waybar.enable = true;
|
||||||
|
|
||||||
home.file."~/.config/hypr/hyprland.conf".text = ''
|
home.file."~/.config/hypr/hyprland.conf".text = ''
|
||||||
decoration {
|
decoration {
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
overlays = [
|
overlays = [
|
||||||
|
<kickstart-nix-nvim>.overlays.default
|
||||||
# If you want to use overlays exported from other flakes:
|
# If you want to use overlays exported from other flakes:
|
||||||
# neovim-nightly-overlay.overlays.default
|
# neovim-nightly-overlay.overlays.default
|
||||||
|
|
||||||
@@ -73,7 +74,7 @@
|
|||||||
curl
|
curl
|
||||||
ripgrep
|
ripgrep
|
||||||
nixd
|
nixd
|
||||||
neovim
|
nvim-pkg
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader
|
# Bootloader
|
||||||
|
|||||||
Reference in New Issue
Block a user