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 = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 8;
|
||||
configurationLimit = 10;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
@ -58,7 +58,6 @@
|
|||
services.pcscd.enable = true;
|
||||
services.davfs2.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
@ -96,9 +95,7 @@
|
|||
};
|
||||
opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
extraPackages = [pkgs.nvidia-vaapi-driver];
|
||||
};
|
||||
opentabletdriver = {
|
||||
enable = true;
|
||||
|
@ -109,7 +106,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
nil
|
||||
dconf
|
||||
polkit_gnome
|
||||
libvirt
|
||||
qemu_kvm
|
||||
pinentry-gtk2
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
../../home/zathura
|
||||
../../home/gtk
|
||||
../../home/mako
|
||||
../../home/lf
|
||||
../../home/zellij
|
||||
../../home/spotify-player
|
||||
../../home/wayland/hyprland
|
||||
|
@ -26,7 +25,7 @@
|
|||
username = "notoh";
|
||||
homeDirectory = "/home/notoh";
|
||||
packages = with pkgs; [
|
||||
brave
|
||||
floorp
|
||||
discord
|
||||
jellyfin-media-player
|
||||
cinny-desktop
|
||||
|
|
Loading…
Reference in a new issue