1

Compare commits

...

4 Commits

13 changed files with 27 additions and 14 deletions

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";

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

View File

@ -82,7 +82,8 @@
};
"swap" = {
mountpoint = "/swap";
swap.swapfile.size = "16G";
# Configured in hardware-configuration.nix
# swap.swapfile.size = "64G";
};
};
};

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.
}
];

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
wallpapers/Moon_1.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wallpapers/Moon_2.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wallpapers/Moon_3.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wallpapers/Moon_4.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wallpapers/Moon_5.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wallpapers/NASA.jpg (Stored with Git LFS)

Binary file not shown.

BIN
wallpapers/Windows_1.jpg (Stored with Git LFS)

Binary file not shown.