format the repo files
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
# Lifebook laptop — home-manager host-specific additions
|
||||
# (WM home config is loaded by modules/desktop based on myDesktop.windowManager)
|
||||
#
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../modules/home.nix # cmds / theme options
|
||||
../../modules/home.nix # cmds / theme options
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
@@ -21,7 +18,7 @@
|
||||
];
|
||||
|
||||
services = {
|
||||
blueman-applet.enable = true;
|
||||
blueman-applet.enable = true;
|
||||
network-manager-applet.enable = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user