Compare commits

..

No commits in common. "67b91f8c88be1beb2cf4d717587e2dbd70bae459" and "953af1affcbd845635d69525fd4801b5f37bd15e" have entirely different histories.

4 changed files with 0 additions and 14 deletions

View file

@ -6,7 +6,6 @@
./env.nix
./fish
./flameshot.nix
./laptop.nix
./secrets
./starship.nix
./themes

View file

@ -1,6 +0,0 @@
{ config, lib, ... }:
{
options.my.home.laptop = with lib; {
enable = mkEnableOption "Laptop settings";
};
}

View file

@ -93,11 +93,6 @@ in
block = "sound";
driver = "pulseaudio";
}
] ++ (lib.lists.optionals config.my.home.laptop.enable [
{
block = "battery";
}
]) ++ [
# {
# block = "notify";
# }

View file

@ -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-*";