This commit is contained in:
2026-01-06 00:19:34 -06:00
parent 4e3d74795b
commit 671b5f92c0
6 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
};
};
systemd.extraConfig = "DefaultLimitNOFILE=2048";
systemd.settings.Manager.DefaultLimitNOFILE = 2048;
environment.sessionVariables = {
WLR_BACKENDS = "headless";

View File

@@ -24,7 +24,7 @@
};
};
systemd.extraConfig = "DefaultLimitNOFILE=2048";
systemd.settings.Manager.DefaultLimitNOFILE = 2048;
hardware = {
graphics.enable = true;

View File

@@ -64,7 +64,7 @@
fastfetch
ncmpcpp
playerctl
mpc-cli
mpc
ffmpeg
] else []) ++ (if !config.homeconfig.minimal && config.homeconfig.graphical then [

View File

@@ -19,7 +19,7 @@
'';
in lib.replaceStrings [ "<path>" ] [
"${pywalfox-wrapper}/bin/pywalfox-wrapper"
] (lib.readFile "${pkgs.pywalfox-native}/lib/python3.12/site-packages/pywalfox/assets/manifest.json");
] (lib.readFile "${pkgs.pywalfox-native}/lib/python3.13/site-packages/pywalfox/assets/manifest.json");
programs.firefox = {

View File

@@ -9,7 +9,7 @@
programs.nh = {
enable = true;
flake = "${config.home.homeDirectory}/Projects/Olympus";
#flake = "${config.home.homeDirectory}/Projects/Olympus";
clean = {
enable = true;

View File

@@ -9,7 +9,7 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
package = pkgs.rofi;
cycle = true;