Compare commits
No commits in common. "67b91f8c88be1beb2cf4d717587e2dbd70bae459" and "953af1affcbd845635d69525fd4801b5f37bd15e" have entirely different histories.
67b91f8c88
...
953af1affc
|
@ -6,7 +6,6 @@
|
|||
./env.nix
|
||||
./fish
|
||||
./flameshot.nix
|
||||
./laptop.nix
|
||||
./secrets
|
||||
./starship.nix
|
||||
./themes
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.my.home.laptop = with lib; {
|
||||
enable = mkEnableOption "Laptop settings";
|
||||
};
|
||||
}
|
|
@ -93,11 +93,6 @@ in
|
|||
block = "sound";
|
||||
driver = "pulseaudio";
|
||||
}
|
||||
] ++ (lib.lists.optionals config.my.home.laptop.enable [
|
||||
{
|
||||
block = "battery";
|
||||
}
|
||||
]) ++ [
|
||||
# {
|
||||
# block = "notify";
|
||||
# }
|
||||
|
|
|
@ -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-*";
|
||||
|
|
Loading…
Reference in a new issue