refactor: remove i3 (#162)

This commit is contained in:
Ryan Yin
2024-09-03 00:06:34 +08:00
committed by GitHub
parent 07b74cd2e5
commit a1789eebff
409 changed files with 25 additions and 59302 deletions

View File

@@ -4,17 +4,13 @@
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
# auto: position automatically
# 1.5: scale to 1.5 times
# bitdepth,10: enable 10 bit support
monitor = "eDP-1,highres,auto,1.5,bitdepth,10";
};
};
modules.desktop.i3 = {
nvidia = false;
};
programs.ssh = {
enable = true;
extraConfig = ''

View File

@@ -11,7 +11,6 @@
monitor = "DP-2,highres,auto,1.5,bitdepth,10";
};
};
i3.nvidia = true;
};
modules.editors.emacs = {
enable = true;