Compare commits
No commits in common. "67b91f8c88be1beb2cf4d717587e2dbd70bae459" and "953af1affcbd845635d69525fd4801b5f37bd15e" have entirely different histories.
67b91f8c88
...
953af1affc
|
@ -6,7 +6,6 @@
|
||||||
./env.nix
|
./env.nix
|
||||||
./fish
|
./fish
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./laptop.nix
|
|
||||||
./secrets
|
./secrets
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./themes
|
./themes
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
{
|
|
||||||
options.my.home.laptop = with lib; {
|
|
||||||
enable = mkEnableOption "Laptop settings";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -93,11 +93,6 @@ in
|
||||||
block = "sound";
|
block = "sound";
|
||||||
driver = "pulseaudio";
|
driver = "pulseaudio";
|
||||||
}
|
}
|
||||||
] ++ (lib.lists.optionals config.my.home.laptop.enable [
|
|
||||||
{
|
|
||||||
block = "battery";
|
|
||||||
}
|
|
||||||
]) ++ [
|
|
||||||
# {
|
# {
|
||||||
# block = "notify";
|
# block = "notify";
|
||||||
# }
|
# }
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home-manager.users.alarsyo = {
|
home-manager.users.alarsyo = {
|
||||||
my.home.laptop.enable = true;
|
|
||||||
|
|
||||||
# Keyboard settings & i3 settings
|
# Keyboard settings & i3 settings
|
||||||
my.home.x.enable = true;
|
my.home.x.enable = true;
|
||||||
my.home.x.i3bar.temperature.chip = "coretemp-isa-*";
|
my.home.x.i3bar.temperature.chip = "coretemp-isa-*";
|
||||||
|
|
Loading…
Reference in a new issue