Files
dotfiles/home/profiles/notebook.nix
T

9 lines
111 B
Nix

{ pkgs, ... }:
{
myConfig.wayland.enable = true;
home.packages = with pkgs; [
powertop
acpi
];
}