diff --git a/hosts/pang13/default.nix b/hosts/pang13/default.nix
index 13d23ff..b6dfe4b 100644
--- a/hosts/pang13/default.nix
+++ b/hosts/pang13/default.nix
@@ -36,4 +36,5 @@
support32Bit = true;
};
services.pipewire.enable = lib.mkForce false;
-}
\ No newline at end of file
+}
+
diff --git a/hosts/pang13/hardware-configuration.nix b/hosts/pang13/hardware-configuration.nix
index 3c536a9..1683eb3 100644
--- a/hosts/pang13/hardware-configuration.nix
+++ b/hosts/pang13/hardware-configuration.nix
@@ -37,5 +37,4 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.system76.enableAll = true;
- hardware.bluetooth.enable = true;
}
diff --git a/hosts/pang13/home.nix b/hosts/pang13/home.nix
index bfcf6a0..b3d07c9 100644
--- a/hosts/pang13/home.nix
+++ b/hosts/pang13/home.nix
@@ -3,7 +3,6 @@
{
imports = [
(import ./apps.nix)
- (import ./i3)
(import ../thinkpads/i3.nix)
(import ../thinkpads/polybar.nix)
];
diff --git a/hosts/pang13/i3/default.nix b/hosts/pang13/i3/default.nix
deleted file mode 100644
index d828977..0000000
--- a/hosts/pang13/i3/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ pkgs, ... }:
-
-{
- xsession.windowManager.i3.config = {
- workspaceOutputAssign = [
- {
- output = "eDP-1";
- workspace = "1";
- }
- {
- output = "HDMI-1";
- workspace = "2";
- }
- ];
- };
-}
\ No newline at end of file
diff --git a/modules/startpage/html/index.html b/modules/startpage/html/index.html
index 76a6a5c..e5633a3 100644
--- a/modules/startpage/html/index.html
+++ b/modules/startpage/html/index.html
@@ -18,7 +18,8 @@
-
+
+