mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
enable zram for the vps
This commit is contained in:
parent
1169e53c76
commit
99432a7244
6 changed files with 23 additions and 9 deletions
|
@ -11,8 +11,12 @@
|
|||
shell = lib.getExe pkgs.zsh;
|
||||
dpi-aware = "yes";
|
||||
font = "monospace:family=Iosevka Nerd Font, size=8";
|
||||
notify = "${lib.getExe pkgs.libnotify} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
};
|
||||
cursor.color = "${colors.background} ${colors.foreground}";
|
||||
url = {
|
||||
launch = "${pkgs.xdg-utils}/bin/xdg-open \${url}";
|
||||
};
|
||||
bell = {
|
||||
urgent = true;
|
||||
notify = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue