update flake.lock and some conf

This commit is contained in:
unexplrd
2025-02-14 22:47:26 +02:00
parent 2798bc65f0
commit 920b4de9da
7 changed files with 203 additions and 178 deletions

View File

@ -16,8 +16,8 @@
];
desktop = {
niri.enable = true;
plasma.enable = true;
hyprland.enable = true;
# plasma.enable = true;
};
nix = {
@ -25,7 +25,7 @@
settings.experimental-features = ["nix-command" "flakes"];
};
system.stateVersion = "unstable";
system.stateVersion = "25.05";
time.timeZone = "Europe/Kyiv";
locale.ukrainian.enable = true;
@ -41,8 +41,8 @@
};
boot = {
# kernelPackages = pkgs.linuxPackages_cachyos;
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_cachyos;
# kernelPackages = pkgs.linuxPackages_latest;
plymouth.enable = true;
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot = {
@ -57,6 +57,8 @@
font = "${pkgs.terminus_font}/share/consolefonts/ter-c18n.psf.gz";
};
environment.memoryAllocator.provider = "mimalloc";
services = {
hardware.openrgb.enable = true;
flatpak.enable = true;