reworked other aspects

This commit is contained in:
William 2026-02-15 17:02:56 -03:00
parent 755937cb56
commit 0ce2d3b947
5 changed files with 8 additions and 18 deletions

View file

@ -4,7 +4,7 @@
{ inputs, pkgs, ... }:
{
environment.systemPackages =
(with pkgs; [ claude-desktop ])
(with pkgs; [ ])
++ (with inputs.nix-ai-tools.packages.${pkgs.system}; [
claude-code
claudebox

View file

@ -8,6 +8,9 @@
...
}:
{
hardware.bluetooth.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
};
}

View file

@ -10,6 +10,7 @@
aspellDicts.en
aspellDicts.en-computers
aspellDicts.pt_BR
glow
papers
presenterm
rnote

View file

@ -10,14 +10,11 @@
{
environment.systemPackages = with pkgs; [
android-tools
bat
lazygit
fd
fzf
glow
nixfmt
nix-init
nix-output-monitor
ripgrep
];

View file

@ -1,4 +1,5 @@
{ ... }:
{
flake.modules = {
nixos.stylix =
@ -15,10 +16,7 @@
...
}:
{
imports = [
inputs.stylix.homeModules.stylix
inputs.zen-browser.homeModules.beta
];
imports = [ inputs.stylix.homeModules.stylix ];
stylix = {
enable = true;
@ -65,15 +63,6 @@
terminal = 12;
};
};
targets.zen-browser = {
enable = true;
profileNames = [ "william" ];
};
};
programs.zen-browser = {
enable = true;
profiles.william = { };
};
};
};