updated home-manager config
This commit is contained in:
parent
36a707508f
commit
76efdb734c
1 changed files with 9 additions and 8 deletions
17
home.nix
17
home.nix
|
@ -4,14 +4,14 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
# ...
|
# # ...
|
||||||
plugins = [
|
# plugins = [
|
||||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
# inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||||
# ...
|
# # ...
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
|
@ -74,6 +74,7 @@
|
||||||
hyfetch
|
hyfetch
|
||||||
bat
|
bat
|
||||||
eza
|
eza
|
||||||
|
ollama
|
||||||
|
|
||||||
#LSP + formatters/linters
|
#LSP + formatters/linters
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
|
Loading…
Reference in a new issue