feat: replace nix-doom-emacs with hlissner's config

This commit is contained in:
Ryan Yin
2023-12-30 12:59:32 +08:00
parent 6a14d05f5b
commit 0cfc6140b6
9 changed files with 144 additions and 467 deletions

View File

@@ -1,18 +1,21 @@
{
modules.desktop.hyprland = {
nvidia = true;
settings = {
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
# highres: get the best possible resolution
# auto: postition automatically
# 1.5: scale to 1.5 times
# bitdepth,10: enable 10 bit support
monitor = "DP-2,highres,auto,1.5,bitdepth,10";
modules.desktop = {
hyprland = {
nvidia = true;
settings = {
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
# highres: get the best possible resolution
# auto: postition automatically
# 1.5: scale to 1.5 times
# bitdepth,10: enable 10 bit support
monitor = "DP-2,highres,auto,1.5,bitdepth,10";
};
};
i3.nvidia = true;
};
modules.desktop.emacs.enable = true;
modules.desktop.i3 = {
nvidia = true;
modules.editors.emacs = {
enable = true;
doom.enable = true;
};
programs.ssh = {