initial macbook hyprland stuffs

This commit is contained in:
mjallen18
2025-07-01 22:15:12 -05:00
parent fbb8cd9054
commit a142fd05e6
5 changed files with 117 additions and 25 deletions

View File

@@ -20,9 +20,9 @@ in
# Displays
displayLeft = {
input = "DP-1";
resolution = "3840x2160";
refreshRate = "240.00000";
input = "eDP-1";
resolution = "3456x2234"; # "3356x2160";
refreshRate = "60.00000";
};
displayRight = {
input = "DP-2";
@@ -81,6 +81,13 @@ in
catppuccin-sddm
colloid-gtk-theme
colloid-icon-theme
nemo
nemo-python
nemo-emblems
nemo-preview
nemo-seahorse
nemo-fileroller
nemo-qml-plugin-dbus
papirus-folders
sddm-astronaut
];
@@ -88,6 +95,7 @@ in
defaultApps = {
browser = pkgs.firefox;
editor = pkgs.micro;
fileExplorer = pkgs.nemo;
visual = pkgs.vscodium;
terminal = pkgs.kitty;
office = pkgs.onlyoffice-bin_latest;