Add bluez package for polybar, move H0615 to xfce+bspwm
This commit is contained in:
parent
1ef555a01c
commit
52b51e393b
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
./common.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/xfce.nix
|
||||
./desktop/xfce-bspwm.nix
|
||||
];
|
||||
|
||||
networking.hostName = "H0615"; # Define your hostname.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
./common.nix
|
||||
./locales/en_GB.nix
|
||||
./desktop/xfce.nix
|
||||
./desktop/xfce-bspwm.nix
|
||||
];
|
||||
|
||||
networking.hostName = "J0162"; # Define your hostname.
|
||||
|
|
3
nixos/home-manager/env/polybar.nix
vendored
3
nixos/home-manager/env/polybar.nix
vendored
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bluez
|
||||
];
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
config = ./config/polybar/polybar.ini;
|
||||
|
|
Loading…
Reference in a new issue