This commit is contained in:
waveringana 2025-06-16 04:17:13 -04:00
parent c2db155794
commit 6361ad60f8
6 changed files with 100 additions and 14 deletions

8
common/bluetooth.nix Normal file
View file

@ -0,0 +1,8 @@
{config, lib ,...}
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
}

View file

@ -10,6 +10,11 @@
hyfetch
sway-contrib.grimshot
discord
pamixer
];
fonts.packages = [
pkgs.nerd-fonts.fira-code
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";

View file

@ -20,6 +20,7 @@ in
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
package = pkgs.swayfx;
};
environment.sessionVariables = {