Aloria updates

This commit is contained in:
Thomas Avé 2025-05-07 18:08:48 +02:00
parent dc696e87c4
commit aa179f7e25
5 changed files with 12 additions and 8 deletions

View File

@ -37,6 +37,7 @@ in
settings = {
wallpaper = [
"HDMI-A-1,${./hyprland/files/wallpaper.png}"
"DP-1,${./hyprland/files/wallpaper.png}"
"eDP-1,${./hyprland/files/wallpaper.png}"
];
};
@ -45,6 +46,7 @@ in
wayland.windowManager.hyprland.settings = {
monitor = [
"eDP-1,2880x1800@120.00Hz,0x0,1.2"
"DP-1,3840x2160@60.00Hz,0x-2160,1"
"HDMI-A-1,3840x2160@60.00Hz,0x-2160,1"
];
bind = [

View File

@ -44,18 +44,22 @@
bold = {
family = "ZedMono Nerd Font";
style = "Extended Bold";
features = "+ss05";
};
bold_italic = {
family = "ZedMono Nerd Font";
style = "Extended Bold Italic";
features = "+ss05";
};
italic = {
family = "ZedMono Nerd Font";
style = "Extended Italic";
features = "+ss05";
};
normal = {
family = "ZedMono Nerd Font";
style = "Light";
style = "Extended Light";
features = "+ss05";
};
};
keyboard.bindings = [

View File

@ -9,7 +9,7 @@
../email
../lf
../tmux
# ../yazi
../yazi
];
home.stateVersion = "24.11";

View File

@ -17,6 +17,7 @@
home.packages = with pkgs; [
onlyoffice-bin
libreoffice
telegram-desktop
signal-desktop
iwgtk

View File

@ -26,7 +26,7 @@ in {
};
networking.hostId = "4e859062";
networking.interfaces.wlan0.useDHCP = lib.mkDefault false;
networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
networking.wireless.iwd.enable = true;
networking.wireless.iwd.settings = {
IPv6 = {
@ -35,9 +35,6 @@ in {
Settings = {
AutoConnect = true;
};
General = {
EnableNetworkConfiguration = true;
};
};
systemd.services.fprintd = {
@ -87,7 +84,7 @@ in {
peers = [{
publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c=";
allowedIPs = [ "0.0.0.0/0" "::/0" ];
endpoint = "h.thomasave.be:13231";
endpoint = "external.thomasave.be:13231";
persistentKeepalive = 25;
}];
};
@ -101,7 +98,7 @@ in {
peers = [{
publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c=";
allowedIPs = [ "10.0.0.1/8" "192.168.1.2/32" ];
endpoint = "h.thomasave.be:13231";
endpoint = "external.thomasave.be:13231";
persistentKeepalive = 25;
}];
};