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

View File

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

View File

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

View File

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

View File

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