add chell to dotfiles nix configuration
This commit is contained in:
parent
c5111a4896
commit
7aa69e8675
5 changed files with 144 additions and 16 deletions
10
nix/lamarr.nix
Normal file
10
nix/lamarr.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
bluez
|
||||
bluez-tools
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
services.xserver.xkb.options = "caps:escape,compose:94";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue