mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-17 22:49:42 +02:00
feat: replace nix-doom-emacs with hlissner's config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user