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,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
# ...
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||
# ...
|
||||
];
|
||||
};
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# # ...
|
||||
# plugins = [
|
||||
# inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||
# # ...
|
||||
# ];
|
||||
# };
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
@ -74,6 +74,7 @@
|
|||
hyfetch
|
||||
bat
|
||||
eza
|
||||
ollama
|
||||
|
||||
#LSP + formatters/linters
|
||||
lua-language-server
|
||||
|
|
Loading…
Reference in a new issue