flake.lock: bump

This commit is contained in:
2025-10-23 12:16:15 +03:00
parent 241b7565cb
commit fa7ffb1d08
7 changed files with 225 additions and 137 deletions

View File

@@ -26,6 +26,9 @@ in {
programs.niri.enable = true; # wayland compositor in rust
programs.niri.package = perSystem.niri.niri;
environment.variables = {
NIXOS_OZONE_WL = "1";
};
security = {
pam.services.gtklock = {};
soteria.enable = true; # polkit agent in rust

View File

@@ -19,16 +19,16 @@ in {
runAsRoot = false;
swtpm.enable = true;
vhostUserPackages = [pkgs.virtiofsd];
ovmf = {
enable = true;
packages = [
(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
})
.fd
];
};
# ovmf = {
# enable = true;
# packages = [
# (pkgs.OVMF.override {
# secureBoot = true;
# tpmSupport = true;
# })
# .fd
# ];
# };
};
};
};

View File

@@ -6,7 +6,8 @@
}: {
# imports = with inputs; [lix.nixosModules.default];
nix = {
package = pkgs.lixPackageSets.latest.lix;
package = pkgs.lixPackageSets.git.lix;
# package = pkgs.lixPackageSets.latest.lix;
channel.enable = false;
daemonCPUSchedPolicy = "idle";
optimise = {

View File

@@ -39,7 +39,7 @@
# chatting
"im.riot.Riot" # matrix client
"io.github.kukuruzka165.materialgram" # telegram client
"io.github.spacingbat3.webcord" # discord client
"io.github.equicord.equibop" # discord client
# "org.mozilla.Thunderbird" # mail client
"org.signal.Signal"
# "org.telegram.desktop"
@@ -75,6 +75,7 @@
"io.github.finefindus.Hieroglyphic" # find latex symbols (in rust)
"io.github.lainsce.Khronos" # log time for tasks
"io.gitlab.news_flash.NewsFlash" # rss reader
"md.obsidian.Obsidian"
"me.iepure.devtoolbox" # some cool utils
"org.nicotine_plus.Nicotine" # soulseek
];
@@ -106,6 +107,7 @@
};
"app.grayjay.Grayjay".Context.sockets = ["x11" "!wayland" "!fallback-x11"]; # because CEF
"ca.edestcroix.Recordbox".Context.filesystems = ["xdg-music"];
"md.obsidian.Obsidian".Context.filesystems = ["xdg-docs"];
"com.valvesoftware.Steam" = {
Context = {
inherit (game) sockets;

View File

@@ -107,7 +107,7 @@ in {
(mkIf bluetooth.enable overskride) # bluetooth gui in rust
pika-backup # borg gui in rust
pwvucontrol # pipewire gui in rust
sonusmix # pipewire routing tool in rust
# sonusmix # pipewire routing tool in rust
];
# xdg.desktopEntries.uni = {