2005
27d55ea981
more polybar capsules readme: added showcase for alacritty and other stuff added theme skin for element alacritty shades of purple theme user.js: tryed to limit firefox for 165hz but still runs at 60fps added gimp added nvim config, soon i'll be switching to it
15 lines
244 B
Nix
Executable file
15 lines
244 B
Nix
Executable file
{ pkgs, config, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
busybox
|
|
doas
|
|
blueman
|
|
# for monitoring cpu and other temps
|
|
lm_sensors
|
|
];
|
|
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
|
|
}
|