working system once again

This commit is contained in:
Charlie Root 2025-01-08 15:05:14 +01:00
commit 4f3d125329
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
5 changed files with 16 additions and 5 deletions

View file

@ -18,6 +18,8 @@
# font = "Iosevka Custom:size=14";
# font-bold = "Iosevka Custom:size=14";
font = "Iosevka Nerd Font:size=14";
font-bold = "Iosevka Nerd Font:size=14";
line-height = 20;
letter-spacing = 0;

View file

@ -7,7 +7,7 @@ with lib; let
cfg = config.modules.system.sound;
in {
config = mkIf cfg.enable {
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true; # TODO Do I need this?

View file

@ -5,7 +5,7 @@
}: rec {
packages = {
fish = pkgs.callPackage ./shell {};
helix = pkgs.callPackage ./helix {inherit (inputs.helix.packages.${pkgs.stdenv.system}) helix;};
helix = pkgs.callPackage ./helix {};
kakoune = pkgs.callPackage ./kakoune {};
};
shell = pkgs.mkShell {