weather stuff

This commit is contained in:
mjallen18
2025-07-14 21:41:42 -05:00
parent 58ba094456
commit 9587efe719
15 changed files with 466 additions and 301 deletions

View File

@@ -5,6 +5,7 @@
{
lib,
pkgs,
inputs,
...
}:
let
@@ -48,6 +49,8 @@ let
udisks2
unzip
winetricks
inputs.desktop-lsfg.packages."x86_64-linux".default
];
in
{
@@ -116,6 +119,7 @@ in
# Virtualisation configuration
virtualisation = {
libvirtd.enable = lib.mkDefault true;
podman.enable = true;
waydroid.enable = lib.mkDefault true;
};

View File

@@ -43,6 +43,7 @@ in
bottles
unstable.compose2nix
discord
distrobox
heroic
stable.vmware-horizon-client
jq

View File

@@ -19,6 +19,9 @@ let
};
in
{
primaryDisplay = displayLeft;
networkInterface = "wlp9s0";
wallpaper = [
"${displayLeft.input}, /run/wallpaper.jpg"
"${displayRight.input}, /run/wallpaper.jpg"
@@ -61,6 +64,7 @@ in
"wireplumber#sink"
"wireplumber#source"
"bluetooth"
"network"
"idle_inhibitor"
"clock"
"custom/weather"

View File

@@ -79,7 +79,7 @@ in
ratbagd.enable = lib.mkDefault true;
keyd = {
enable = true;
enable = false;
keyboards = {
default = {
ids = [ "*" ];