Compare commits
No commits in common. "4ba629b0c360df8478ac41dbe5ed79d56cc78219" and "38d35315bdc0f7cda7fee9a9177b436b672c2764" have entirely different histories.
4ba629b0c3
...
38d35315bd
6 changed files with 2 additions and 30 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
with lib; let
|
|
||||||
cfg = config.local.programs.ai;
|
|
||||||
in {
|
|
||||||
options.local.programs.ai = {
|
|
||||||
enable = mkEnableOption "ai apps";
|
|
||||||
};
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
claude-code
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -21,6 +21,5 @@
|
||||||
./zed.nix
|
./zed.nix
|
||||||
./pass.nix
|
./pass.nix
|
||||||
./halloy.nix
|
./halloy.nix
|
||||||
./ai.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -152,9 +152,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
{
|
|
||||||
command = "${lib.getExe pkgs.foot} --app-id scratchterm ${lib.getExe pkgs.tmux}";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
command = "${lib.getExe pkgs.sway} 'workspace 1; exec ${lib.getExe pkgs.firefox}'";
|
command = "${lib.getExe pkgs.sway} 'workspace 1; exec ${lib.getExe pkgs.firefox}'";
|
||||||
}
|
}
|
||||||
|
|
@ -174,11 +171,6 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
|
||||||
for_window [app_id="scratchterm"] floating enable
|
|
||||||
for_window [app_id="scratchterm"] move to scratchpad
|
|
||||||
'';
|
|
||||||
|
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
# needs qt5.qtwayland in systemPackages
|
# needs qt5.qtwayland in systemPackages
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ in {
|
||||||
font-italic = "JetBrainsMono Nerd Font:style=Italic:size=15";
|
font-italic = "JetBrainsMono Nerd Font:style=Italic:size=15";
|
||||||
font-bold-italic = "JetBrainsMono Nerd Font:style=Bold Italic:size=15";
|
font-bold-italic = "JetBrainsMono Nerd Font:style=Bold Italic:size=15";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
initial-window-size-pixels = "1920x1080";
|
initial-window-size-pixels = "1200x600";
|
||||||
};
|
};
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
programs = {
|
programs = {
|
||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
mapping.enable = true;
|
mapping.enable = true;
|
||||||
ai.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ in {
|
||||||
enableNotifications = true;
|
enableNotifications = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue