non important commit
This commit is contained in:
parent
2e5de24290
commit
f778dd0919
1 changed files with 6 additions and 1 deletions
|
|
@ -1,8 +1,12 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../modules/hyprland.nix
|
../modules/hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
bluez
|
||||||
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
bind = [
|
bind = [
|
||||||
|
|
@ -38,6 +42,7 @@
|
||||||
middle = [];
|
middle = [];
|
||||||
right = [
|
right = [
|
||||||
"volume"
|
"volume"
|
||||||
|
"bluetooth"
|
||||||
"clock"
|
"clock"
|
||||||
"systray"
|
"systray"
|
||||||
"battery"
|
"battery"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue