Compare commits

...
4 Commits
13 changed files with 27 additions and 14 deletions
+4 -4
View File
@@ -582,10 +582,6 @@ in {
}
# Rules for specific windows
{
matches = [{app-id = "Zotero";}];
open-on-workspace = "2";
}
{
matches = [{app-id = "neovide";}];
open-on-workspace = "2";
@@ -605,6 +601,10 @@ in {
matches = [{app-id = "obsidian";}];
open-on-workspace = "3";
}
{
matches = [{app-id = "Zotero";}];
open-on-workspace = "3";
}
{
matches = [{app-id = "firefox";}];
open-on-workspace = "4";
+1
View File
@@ -39,6 +39,7 @@ in {
tokei # Text file statistics in a project
ttyper
wiki-tui
disktui
# Nix
nix-search-tv # Search nixpkgs, nur, nixos options and homemanager options
+2 -1
View File
@@ -82,7 +82,8 @@
};
"swap" = {
mountpoint = "/swap";
swap.swapfile.size = "16G";
# Configured in hardware-configuration.nix
# swap.swapfile.size = "64G";
};
};
};
+3 -2
View File
@@ -131,8 +131,9 @@
swapDevices = [
{
device = "/var/swap";
size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM
device = "/swap/swapfile";
size = 1024 * 64; # Without hibernation 4.0 GB to 0.5 x RAM
randomEncryption.enable = false; # The disk is already encrypted. Useless and might lead to system freeze.
}
];
+2 -1
View File
@@ -43,7 +43,8 @@ in {
# --lowvram
# --disable-pinned-memory
# --cache-none
# CLI_ARGS = "--use-sage-attention";
# --reserve-vram 1 # (1 or 2) => Assume less vram is available to mitigate OOM due to wrong vram estimation
# CLI_ARGS = "--lowvram --disable-pinned-memory --cache-none --reserve-vram 2";
};
extraOptions = [
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 MiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.