Add bluez package for polybar, move H0615 to xfce+bspwm

This commit is contained in:
Evie Litherland-Smith 2023-04-11 09:45:25 +01:00
parent 1ef555a01c
commit 52b51e393b
3 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
imports = [
./common.nix
./locales/en_GB.nix
./desktop/xfce.nix
./desktop/xfce-bspwm.nix
];
networking.hostName = "H0615"; # Define your hostname.

View file

@ -4,7 +4,7 @@
imports = [
./common.nix
./locales/en_GB.nix
./desktop/xfce.nix
./desktop/xfce-bspwm.nix
];
networking.hostName = "J0162"; # Define your hostname.

View file

@ -1,5 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
bluez
];
services.polybar = {
enable = true;
config = ./config/polybar/polybar.ini;