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 # Rules for specific windows
{
matches = [{app-id = "Zotero";}];
open-on-workspace = "2";
}
{ {
matches = [{app-id = "neovide";}]; matches = [{app-id = "neovide";}];
open-on-workspace = "2"; open-on-workspace = "2";
@@ -605,6 +601,10 @@ in {
matches = [{app-id = "obsidian";}]; matches = [{app-id = "obsidian";}];
open-on-workspace = "3"; open-on-workspace = "3";
} }
{
matches = [{app-id = "Zotero";}];
open-on-workspace = "3";
}
{ {
matches = [{app-id = "firefox";}]; matches = [{app-id = "firefox";}];
open-on-workspace = "4"; open-on-workspace = "4";
+1
View File
@@ -39,6 +39,7 @@ in {
tokei # Text file statistics in a project tokei # Text file statistics in a project
ttyper ttyper
wiki-tui wiki-tui
disktui
# Nix # Nix
nix-search-tv # Search nixpkgs, nur, nixos options and homemanager options nix-search-tv # Search nixpkgs, nur, nixos options and homemanager options
+2 -1
View File
@@ -82,7 +82,8 @@
}; };
"swap" = { "swap" = {
mountpoint = "/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 = [ swapDevices = [
{ {
device = "/var/swap"; device = "/swap/swapfile";
size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM 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 # --lowvram
# --disable-pinned-memory # --disable-pinned-memory
# --cache-none # --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 = [ 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.