Compare commits
No commits in common. "0ce2d3b9479f496ba014ad12d6b8c2e8043b1319" and "7815017528fca3e0addb848dbf64d8858f4ed0cb" have entirely different histories.
0ce2d3b947
...
7815017528
6 changed files with 77 additions and 31 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
(with pkgs; [ ])
|
(with pkgs; [ claude-desktop ])
|
||||||
++ (with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
++ (with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
||||||
claude-code
|
claude-code
|
||||||
claudebox
|
claudebox
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth.enable = true;
|
||||||
enable = true;
|
|
||||||
powerOnBoot = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
aspellDicts.en-computers
|
aspellDicts.en-computers
|
||||||
aspellDicts.pt_BR
|
aspellDicts.pt_BR
|
||||||
glow
|
|
||||||
papers
|
papers
|
||||||
presenterm
|
presenterm
|
||||||
rnote
|
rnote
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,14 @@
|
||||||
{
|
{
|
||||||
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,5 +1,4 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
flake.modules = {
|
flake.modules = {
|
||||||
nixos.stylix =
|
nixos.stylix =
|
||||||
|
|
@ -16,7 +15,10 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [ inputs.stylix.homeModules.stylix ];
|
imports = [
|
||||||
|
inputs.stylix.homeModules.stylix
|
||||||
|
inputs.zen-browser.homeModules.beta
|
||||||
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -63,6 +65,15 @@
|
||||||
terminal = 12;
|
terminal = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
targets.zen-browser = {
|
||||||
|
enable = true;
|
||||||
|
profileNames = [ "william" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
programs.zen-browser = {
|
||||||
|
enable = true;
|
||||||
|
profiles.william = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, lib, ... }:
|
{ inputs, self, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
flake = {
|
flake = {
|
||||||
|
|
@ -30,6 +30,37 @@
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
{ nixpkgs.overlays = [ inputs.self.overlays.default ]; }
|
{ nixpkgs.overlays = [ inputs.self.overlays.default ]; }
|
||||||
|
|
||||||
|
# CLI aspects (common module included)
|
||||||
|
inputs.self.modules.homeManager.cli-base
|
||||||
|
inputs.self.modules.homeManager.cli-btop
|
||||||
|
inputs.self.modules.homeManager.cli-comma
|
||||||
|
inputs.self.modules.homeManager.cli-direnv
|
||||||
|
inputs.self.modules.homeManager.cli-helix
|
||||||
|
inputs.self.modules.homeManager.cli-starship
|
||||||
|
inputs.self.modules.homeManager.cli-tmux
|
||||||
|
|
||||||
|
# Shell
|
||||||
|
inputs.self.modules.homeManager.shell-fish
|
||||||
|
inputs.self.modules.homeManager.shell-bash
|
||||||
|
|
||||||
|
# Desktop
|
||||||
|
inputs.self.modules.homeManager.desktop-desktop
|
||||||
|
inputs.self.modules.homeManager.desktop-niri
|
||||||
|
|
||||||
|
# Gaming
|
||||||
|
inputs.self.modules.homeManager.gaming-mangohud
|
||||||
|
|
||||||
|
# Programs
|
||||||
|
inputs.self.modules.homeManager.programs-media # for obs-studio
|
||||||
|
|
||||||
|
# Stylix
|
||||||
|
inputs.self.modules.homeManager.stylix
|
||||||
|
|
||||||
|
# User-specific (from _user/)
|
||||||
|
./_user/git.nix
|
||||||
|
|
||||||
|
# Home configuration
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
username = "user";
|
username = "user";
|
||||||
|
|
@ -37,17 +68,7 @@
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
((inputs.import-tree.initFilter (p: lib.hasSuffix ".nix" p)) ./_user)
|
];
|
||||||
]
|
|
||||||
++ (with inputs.self.modules.homeManager; [
|
|
||||||
base # base aspect
|
|
||||||
cli # cli aspect
|
|
||||||
desktop # desktop aspect
|
|
||||||
|
|
||||||
# other aspect
|
|
||||||
stylix
|
|
||||||
niri
|
|
||||||
]);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"user@io" = inputs.home-manager.lib.homeManagerConfiguration {
|
"user@io" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
|
@ -58,6 +79,31 @@
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
{ nixpkgs.overlays = [ inputs.self.overlays.default ]; }
|
{ nixpkgs.overlays = [ inputs.self.overlays.default ]; }
|
||||||
|
|
||||||
|
# CLI aspects (common module included)
|
||||||
|
inputs.self.modules.homeManager.cli-base
|
||||||
|
inputs.self.modules.homeManager.cli-btop
|
||||||
|
inputs.self.modules.homeManager.cli-comma
|
||||||
|
inputs.self.modules.homeManager.cli-direnv
|
||||||
|
inputs.self.modules.homeManager.cli-helix
|
||||||
|
inputs.self.modules.homeManager.cli-starship
|
||||||
|
inputs.self.modules.homeManager.cli-tmux
|
||||||
|
|
||||||
|
# Shell
|
||||||
|
inputs.self.modules.homeManager.shell-fish
|
||||||
|
inputs.self.modules.homeManager.shell-bash
|
||||||
|
|
||||||
|
# Desktop
|
||||||
|
inputs.self.modules.homeManager.desktop-desktop
|
||||||
|
inputs.self.modules.homeManager.desktop-niri
|
||||||
|
|
||||||
|
# Stylix
|
||||||
|
inputs.self.modules.homeManager.stylix
|
||||||
|
|
||||||
|
# User-specific (from _user/)
|
||||||
|
./_user/git.nix
|
||||||
|
|
||||||
|
# Home configuration
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
username = "user";
|
username = "user";
|
||||||
|
|
@ -65,17 +111,7 @@
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
((inputs.import-tree.initFilter (p: lib.hasSuffix ".nix" p)) ./_user)
|
];
|
||||||
]
|
|
||||||
++ (with inputs.self.modules.homeManager; [
|
|
||||||
base # base aspect
|
|
||||||
cli # cli aspect
|
|
||||||
desktop # desktop aspect
|
|
||||||
|
|
||||||
# other aspect
|
|
||||||
stylix
|
|
||||||
niri
|
|
||||||
]);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue