mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-27 11:51:32 +01:00
feat: replace waybar/mako/anyrun/wlogout/swaylock with noctolia-shell, remove hyprland (#240)
This commit is contained in:
@@ -8,9 +8,6 @@ in
|
||||
"${config.home.homeDirectory}/.ssh/${hostName}";
|
||||
|
||||
modules.desktop.nvidia.enable = false;
|
||||
modules.desktop.hyprland.settings.source = [
|
||||
"${config.home.homeDirectory}/nix-config/hosts/12kingdoms-shoukei/hypr-hardware.conf"
|
||||
];
|
||||
|
||||
xdg.configFile."niri/niri-hardware.kdl".source =
|
||||
mkSymlink "${config.home.homeDirectory}/nix-config/hosts/12kingdoms-shoukei/niri-hardware.kdl";
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#
|
||||
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
||||
# highres: get the best possible resolution
|
||||
# auto: position automatically
|
||||
# 1.33: scale to 1.33 times
|
||||
# bitdepth,10: enable 10 bit support
|
||||
monitor=eDP-1, highres@highrr, 0x0, 1.33, bitdepth,10
|
||||
@@ -7,9 +7,6 @@ in
|
||||
|
||||
modules.desktop.nvidia.enable = true;
|
||||
|
||||
modules.desktop.hyprland.settings.source = [
|
||||
"${config.home.homeDirectory}/nix-config/hosts/idols-ai/hypr-hardware.conf"
|
||||
];
|
||||
xdg.configFile."niri/niri-hardware.kdl".source =
|
||||
mkSymlink "${config.home.homeDirectory}/nix-config/hosts/idols-ai/niri-hardware.kdl";
|
||||
}
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#
|
||||
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
||||
# highres: get the best possible resolution
|
||||
# auto: position automatically
|
||||
# 1.5: scale to 1.5 times
|
||||
# bitdepth,10: enable 10 bit support
|
||||
#
|
||||
# P32A2V - 3840x2160@144
|
||||
# Hyprshot have problems which HDR.
|
||||
# monitor=DP-2, highres@highrr, 0x0, 1.5, bitdepth,10, cm, hdr, sdrbrightness, 1.3, sdrsaturation, 1
|
||||
monitor=DP-2, highres@highrr, 0x0, 1.5, bitdepth,10
|
||||
# 27D1U - 3840x2160@60
|
||||
monitor=HDMI-A-1, highres@highrr, auto-right, 1.5, bitdepth,10
|
||||
|
||||
|
||||
# Bind Workspace to Monitors
|
||||
# Terminals
|
||||
workspace = 1, monitor:HDMI-A-1
|
||||
workspace = 2, monitor:HDMI-A-1
|
||||
# Work Chat / Meeting
|
||||
workspace = 3, monitor:HDMI-A-1
|
||||
# Browsers
|
||||
workspace = 4, monitor:DP-2
|
||||
workspace = 5, monitor:DP-2
|
||||
# Chat
|
||||
workspace = 6, monitor:HDMI-A-1
|
||||
# Music
|
||||
workspace = 7, monitor:HDMI-A-1
|
||||
# Mail / Calendar
|
||||
workspace = 8, monitor:DP-2
|
||||
# File Manager & Image/PDF Viewer
|
||||
workspace = 9, monitor:DP-2
|
||||
# Other
|
||||
workspace = 10, monitor:HDMI-A-1
|
||||
Reference in New Issue
Block a user