Aloria updates
This commit is contained in:
parent
dc696e87c4
commit
aa179f7e25
|
@ -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 = [
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
../email
|
||||
../lf
|
||||
../tmux
|
||||
# ../yazi
|
||||
../yazi
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
onlyoffice-bin
|
||||
libreoffice
|
||||
telegram-desktop
|
||||
signal-desktop
|
||||
iwgtk
|
||||
|
|
|
@ -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;
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue