mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update system
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -47,7 +47,7 @@ in
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
amdgpu_top
|
||||
glxinfo
|
||||
mesa-demos
|
||||
libva-utils
|
||||
vulkan-tools
|
||||
clinfo
|
||||
|
||||
@@ -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
|
||||
'')
|
||||
|
||||
@@ -27,7 +27,7 @@ in
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
glxinfo
|
||||
mesa-demos
|
||||
libva-utils
|
||||
vulkan-tools
|
||||
];
|
||||
|
||||
@@ -67,7 +67,7 @@ in
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
glxinfo
|
||||
mesa-demos
|
||||
nvtopPackages.nvidia
|
||||
libva-utils
|
||||
vulkan-tools
|
||||
|
||||
@@ -30,13 +30,13 @@ in
|
||||
steam
|
||||
oversteer
|
||||
obs-studio
|
||||
(lutris.override {
|
||||
/*(lutris.override {
|
||||
extraLibraries =
|
||||
pkgs: with pkgs; [
|
||||
libgudev
|
||||
libvdpau
|
||||
];
|
||||
})
|
||||
})*/
|
||||
rpcs3
|
||||
bottles
|
||||
wineWow64Packages.stagingFull
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user