tsuki: updates
Some checks failed
flake check / check (push) Failing after 4m21s
fmt check / check (push) Successful in 44s
Some checks failed
flake check / check (push) Failing after 4m21s
fmt check / check (push) Successful in 44s
This commit is contained in:
parent
94af86eafa
commit
4ba5d3baa3
2 changed files with 3 additions and 8 deletions
|
@ -17,7 +17,7 @@
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 8;
|
configurationLimit = 10;
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
|
@ -58,7 +58,6 @@
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
services.davfs2.enable = true;
|
services.davfs2.enable = true;
|
||||||
|
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
@ -96,9 +95,7 @@
|
||||||
};
|
};
|
||||||
opengl = {
|
opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = [pkgs.nvidia-vaapi-driver];
|
||||||
nvidia-vaapi-driver
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
opentabletdriver = {
|
opentabletdriver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -109,7 +106,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
dconf
|
dconf
|
||||||
polkit_gnome
|
|
||||||
libvirt
|
libvirt
|
||||||
qemu_kvm
|
qemu_kvm
|
||||||
pinentry-gtk2
|
pinentry-gtk2
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
../../home/zathura
|
../../home/zathura
|
||||||
../../home/gtk
|
../../home/gtk
|
||||||
../../home/mako
|
../../home/mako
|
||||||
../../home/lf
|
|
||||||
../../home/zellij
|
../../home/zellij
|
||||||
../../home/spotify-player
|
../../home/spotify-player
|
||||||
../../home/wayland/hyprland
|
../../home/wayland/hyprland
|
||||||
|
@ -26,7 +25,7 @@
|
||||||
username = "notoh";
|
username = "notoh";
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
brave
|
floorp
|
||||||
discord
|
discord
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
|
|
Loading…
Reference in a new issue