feat: dunst border smaller + remove vpn from autostart

This commit is contained in:
s-prechtl 2024-10-29 14:20:49 +01:00
parent af218f566b
commit f57ff6beb6
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,7 @@
config, config,
pkgs, pkgs,
inputs, inputs,
lib,
... ...
}: { }: {
imports = [ imports = [
@ -138,6 +139,7 @@
php83 php83
php83Packages.composer php83Packages.composer
pinentry-qt pinentry-qt
prismlauncher
python3 python3
ripgrep ripgrep
rustup rustup
@ -229,7 +231,7 @@
# networking.firewall.enable = false; # networking.firewall.enable = false;
security.pam.services.hyprlock = {}; security.pam.services.hyprlock = {};
networking.wg-quick.interfaces = { networking.wg-quick.interfaces = {
wg0 = { home = {
address = ["10.154.125.2/24"]; address = ["10.154.125.2/24"];
dns = ["10.0.0.1"]; dns = ["10.0.0.1"];
privateKeyFile = "/home/sprechtl/.wg-keys/priv"; privateKeyFile = "/home/sprechtl/.wg-keys/priv";
@ -245,6 +247,8 @@
]; ];
}; };
}; };
systemd.services.wg-quick-home.wantedBy = lib.mkForce [ ];
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave

View file

@ -3,6 +3,7 @@
enable = true; enable = true;
settings = { settings = {
global = { global = {
frame_width = "2";
frame_color = "#ebdbb2"; frame_color = "#ebdbb2";
background = "#282828"; background = "#282828";
foreground = "#ebdbb2"; foreground = "#ebdbb2";