update rotina

This commit is contained in:
2025-11-19 23:08:18 -03:00
parent 1ba54c86fa
commit 00309b8529
8 changed files with 43 additions and 42 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
environment.systemPackages = with pkgs; [
## Aplicativos sociais
inputs.zen-browser.packages.${system}.default
inputs.hayase.packages.${pkgs.system}.default
inputs.zen-browser.packages.${stdenv.hostPlatform.system}.default
inputs.hayase.packages.${pkgs.stdenv.hostPlatform.system}.default
bitwarden-desktop
inputs.chaotic.legacyPackages.${pkgs.stdenv.hostPlatform.system}.proton-cachyos_x86_64_v3
+1 -4
View File
@@ -5,9 +5,6 @@
upd = "nh home switch -a -u && nh os switch -a -u";
updhome = "nh home switch -a -u";
updsystem = "nh os switch -a -u";
nixcf = "kate /etc/nixos/configuration.nix";
nixfk = "kate /etc/nixos/flake.nix";
nixpkg = "kate /etc/nixos/conf/Pkgs/pkgs.nix";
nixalias = "kate /etc/nixos/conf/Alias/alias.nix";
gitupdate = "git add . && git commit && git push origin main"
};
}
+2 -2
View File
@@ -1,8 +1,8 @@
{ config, lib, inputs, pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_cachyos.cachyOverride {
mArch = "GENERIC_V3";
mArch = "GENERIC_V3";
#useO3 = true;
#withLTO = "full";
};
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
programs.git.settings = {
enable = true;
user.email = "guihermando13@gmail.com";
user.email = "darkgui@protonmail.com";
user.name = "DarkGui";
credential.helper = "store";
};
+2
View File
@@ -40,6 +40,8 @@
python3
unrar
droidcam
];
}