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 = [
|
||||
../modules/hyprland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bluez
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
bind = [
|
||||
|
|
@ -38,6 +42,7 @@
|
|||
middle = [];
|
||||
right = [
|
||||
"volume"
|
||||
"bluetooth"
|
||||
"clock"
|
||||
"systray"
|
||||
"battery"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue