update system

This commit is contained in:
2025-11-07 12:08:23 +01:00
parent d5eb686f7f
commit ae93255200
13 changed files with 50 additions and 230 deletions

View File

@@ -6,7 +6,7 @@
key = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";
signByDefault = true;
};
extraConfig = {
settings = {
user = {
email = "dev@theaninova.de";
name = "Thea Schöbl";

View File

@@ -88,6 +88,10 @@
todo-comments.enable = true;
origami.enable = false;
nvim-surround.enable = true;
flash = {
enable = true;
settings.modes.search.enabled = true;
};
treesitter-context = {
enable = false; # TODO: looks weird with Neovide
settings.line_numbers = false;

View File

@@ -26,7 +26,7 @@ in
[
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-color-emoji
]
++ (if (config.fonts.nerd-fonts.enable) then [ nerd-fonts.noto ] else [ ]);
fontconfig = {

View File

@@ -47,7 +47,7 @@ in
environment.systemPackages = with pkgs; [
amdgpu_top
glxinfo
mesa-demos
libva-utils
vulkan-tools
clinfo

View File

@@ -26,7 +26,7 @@ in
boot.kernelParams = [ "video=DP-3:3840x2160-30@144" ];
services.colord.enable = true;
environment.systemPackages = [
(pkgs.runCommandNoCC "fv43u_icc" { } ''
(pkgs.runCommand "fv43u_icc" { } ''
mkdir -p $out/share/color/icc
cp ${./fv43u.icc} $out/share/color/icc/fv43u.icc
'')

View File

@@ -27,7 +27,7 @@ in
};
environment.systemPackages = with pkgs; [
glxinfo
mesa-demos
libva-utils
vulkan-tools
];

View File

@@ -67,7 +67,7 @@ in
WLR_NO_HARDWARE_CURSORS = "1";
};
systemPackages = with pkgs; [
glxinfo
mesa-demos
nvtopPackages.nvidia
libva-utils
vulkan-tools

View File

@@ -30,13 +30,13 @@ in
steam
oversteer
obs-studio
(lutris.override {
/*(lutris.override {
extraLibraries =
pkgs: with pkgs; [
libgudev
libvdpau
];
})
})*/
rpcs3
bottles
wineWow64Packages.stagingFull

View File

@@ -40,14 +40,13 @@ in
# <loader readonly="yes" secure="yes" type="pflash" format="raw">/run/libvirt/nix-ovmf/edk2-x86_64-secure-code.fd</loader>
# <nvram template="/run/libvirt/nix-ovmf/edk2-i386-vars.fd" templateFormat="raw" format="raw">/var/lib/libvirt/qemu/nvram/win11_VARS.fd</nvram>
environment.systemPackages = with pkgs; [
virt-manager
virt-viewer
spice
spice-gtk
spice-protocol
win-virtio
virtio-win
win-spice
adwaita-icon-theme
qemu