updates people, updates

This commit is contained in:
Rouven Seifert 2023-02-14 19:49:31 +01:00
parent 19580dd4f2
commit 93a33fbe51
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 12 additions and 8 deletions

View file

@ -47,11 +47,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1676198317, "lastModified": 1676396649,
"narHash": "sha256-i5Er/KA5E9CNxs4XFdwJEOsiCyXS3X3KKuu04gRSJD4=", "narHash": "sha256-DLAbpRJ6KGOIT4QBy3esf3uYuQJ47jRFAX8CyNZt5Yw=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "7d914cd427b36d5ec8acb06e415cdf2b846f1648", "rev": "87a4cc76542083fdb4bd49e45e71a8edaace2f85",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -122,11 +122,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1676110339, "lastModified": 1676300157,
"narHash": "sha256-kOS/L8OOL2odpCOM11IevfHxcUeE0vnZUQ74EOiwXcs=", "narHash": "sha256-1HjRzfp6LOLfcj/HJHdVKWAkX9QRAouoh6AjzJiIerU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e5530aba13caff5a4f41713f1265b754dc2abfd8", "rev": "545c7a31e5dedea4a6d372712a18e00ce097d462",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -35,13 +35,13 @@
}; };
systemd.network = { systemd.network = {
enable = true; enable = true;
wait-online.anyInterface = true;
networks."10-loopback" = { networks."10-loopback" = {
matchConfig.Name = "lo"; matchConfig.Name = "lo";
linkConfig.RequiredForOnline = false; linkConfig.RequiredForOnline = false;
}; };
networks."10-wired" = { networks."10-wired" = {
matchConfig.Name = "enp0s31f6"; matchConfig.Name = "enp0s31f6";
linkConfig.RequiredForOnline = false;
networkConfig = { networkConfig = {
DHCP = "yes"; DHCP = "yes";
}; };
@ -68,6 +68,7 @@
}; };
networks."15-wireless-default" = { networks."15-wireless-default" = {
matchConfig.Name = "wlp9s0"; matchConfig.Name = "wlp9s0";
linkConfig.RequiredForOnline = false;
networkConfig = { networkConfig = {
DHCP = "yes"; DHCP = "yes";
IgnoreCarrierLoss = "3s"; IgnoreCarrierLoss = "3s";

View file

@ -18,7 +18,7 @@
colors = config.colorScheme.colors; colors = config.colorScheme.colors;
in in
{ {
alpha = 0.0; alpha = if (config.colorScheme.kind == "dark") then 0.0 else 1.0;
background = colors.base00; background = colors.base00;
foreground = colors.base05; foreground = colors.base05;
regular0 = colors.base02; regular0 = colors.base02;

View file

@ -6,6 +6,9 @@ monitor=eDP-1, 1920x1080, 0x0, 1
# Execute your favorite apps at launch # Execute your favorite apps at launch
exec-once = waybar & hyprpaper exec-once = waybar & hyprpaper
# temp fix since the foot service starts too early
exec-once = systemctl --user restart foot
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf