update rotina
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
};
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos.cachyOverride {
|
||||
mArch = "GENERIC_V3";
|
||||
mArch = "GENERIC_V3";
|
||||
#useO3 = true;
|
||||
#withLTO = "full";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user