reworked other aspects
This commit is contained in:
parent
755937cb56
commit
0ce2d3b947
5 changed files with 8 additions and 18 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [ claude-desktop ])
|
(with pkgs; [ ])
|
||||||
++ (with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
++ (with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
||||||
claude-code
|
claude-code
|
||||||
claudebox
|
claudebox
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
aspellDicts.en-computers
|
aspellDicts.en-computers
|
||||||
aspellDicts.pt_BR
|
aspellDicts.pt_BR
|
||||||
|
glow
|
||||||
papers
|
papers
|
||||||
presenterm
|
presenterm
|
||||||
rnote
|
rnote
|
||||||
|
|
|
||||||
|
|
@ -10,14 +10,11 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
android-tools
|
android-tools
|
||||||
bat
|
|
||||||
lazygit
|
lazygit
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
glow
|
|
||||||
nixfmt
|
nixfmt
|
||||||
nix-init
|
nix-init
|
||||||
nix-output-monitor
|
|
||||||
ripgrep
|
ripgrep
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
flake.modules = {
|
flake.modules = {
|
||||||
nixos.stylix =
|
nixos.stylix =
|
||||||
|
|
@ -15,10 +16,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ inputs.stylix.homeModules.stylix ];
|
||||||
inputs.stylix.homeModules.stylix
|
|
||||||
inputs.zen-browser.homeModules.beta
|
|
||||||
];
|
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -65,15 +63,6 @@
|
||||||
terminal = 12;
|
terminal = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
targets.zen-browser = {
|
|
||||||
enable = true;
|
|
||||||
profileNames = [ "william" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.zen-browser = {
|
|
||||||
enable = true;
|
|
||||||
profiles.william = { };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue