work
This commit is contained in:
parent
698e0b6ec2
commit
49ae5f3981
10 changed files with 129 additions and 107 deletions
|
@ -90,7 +90,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
qt5.platformTheme = "qt5ct";
|
||||
qt.platformTheme = "qt5ct";
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
@ -99,10 +99,6 @@ in
|
|||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
|
||||
config.pipewire = {
|
||||
"context.properties" = { "default.clock.rate" = 48000; };
|
||||
};
|
||||
};
|
||||
services.udev.packages = [
|
||||
(pkgs.writeTextFile {
|
||||
|
@ -114,9 +110,9 @@ in
|
|||
})
|
||||
];
|
||||
|
||||
fonts.enableDefaultFonts = true;
|
||||
fonts.enableDefaultPackages = true;
|
||||
fonts.fontconfig.antialias = true;
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
emacs-all-the-icons-fonts
|
||||
fira-code
|
||||
|
@ -161,6 +157,7 @@ in
|
|||
numix-cursor-theme
|
||||
|
||||
alacritty
|
||||
gimp
|
||||
imv
|
||||
inkscape
|
||||
keepassxc
|
||||
|
@ -175,7 +172,9 @@ in
|
|||
pulseeffects-pw
|
||||
qrencode
|
||||
uxplay
|
||||
wezterm
|
||||
unstable.wezterm
|
||||
unstable.prusa-slicer
|
||||
unstable.super-slicer-latest
|
||||
|
||||
solaar
|
||||
gdk-pixbuf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue