feat: dunst border smaller + remove vpn from autostart
This commit is contained in:
parent
af218f566b
commit
f57ff6beb6
2 changed files with 6 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -138,6 +139,7 @@
|
|||
php83
|
||||
php83Packages.composer
|
||||
pinentry-qt
|
||||
prismlauncher
|
||||
python3
|
||||
ripgrep
|
||||
rustup
|
||||
|
|
@ -229,7 +231,7 @@
|
|||
# networking.firewall.enable = false;
|
||||
security.pam.services.hyprlock = {};
|
||||
networking.wg-quick.interfaces = {
|
||||
wg0 = {
|
||||
home = {
|
||||
address = ["10.154.125.2/24"];
|
||||
dns = ["10.0.0.1"];
|
||||
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
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
frame_width = "2";
|
||||
frame_color = "#ebdbb2";
|
||||
background = "#282828";
|
||||
foreground = "#ebdbb2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue