diff --git a/home/default.nix b/home/default.nix index b383e47..10ebaae 100644 --- a/home/default.nix +++ b/home/default.nix @@ -6,7 +6,6 @@ ./env.nix ./fish ./flameshot.nix - ./laptop.nix ./secrets ./starship.nix ./themes diff --git a/home/laptop.nix b/home/laptop.nix deleted file mode 100644 index ef4d266..0000000 --- a/home/laptop.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ config, lib, ... }: -{ - options.my.home.laptop = with lib; { - enable = mkEnableOption "Laptop settings"; - }; -} diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index afa170e..dadde9b 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -93,11 +93,6 @@ in block = "sound"; driver = "pulseaudio"; } - ] ++ (lib.lists.optionals config.my.home.laptop.enable [ - { - block = "battery"; - } - ]) ++ [ # { # block = "notify"; # } diff --git a/hosts/zephyrus/home.nix b/hosts/zephyrus/home.nix index 0e12176..7646d14 100644 --- a/hosts/zephyrus/home.nix +++ b/hosts/zephyrus/home.nix @@ -1,8 +1,6 @@ { config, pkgs, ... }: { home-manager.users.alarsyo = { - my.home.laptop.enable = true; - # Keyboard settings & i3 settings my.home.x.enable = true; my.home.x.i3bar.temperature.chip = "coretemp-isa-*";