rotina
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
gnomeExtensions.arc-menu
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.valent
|
||||
gnomeExtensions.forge
|
||||
gnomeExtensions.clipboard-indicator
|
||||
gnomeExtensions.media-controls
|
||||
gnomeExtensions.sound-output-device-chooser
|
||||
gnomeExtensions.quick-settings-audio-panel
|
||||
xdg-desktop-portal-gnome
|
||||
valent
|
||||
gnome-tweaks
|
||||
@@ -24,7 +29,7 @@
|
||||
gnome-extension-manager
|
||||
refine
|
||||
alacarte
|
||||
nautilus
|
||||
dconf
|
||||
];
|
||||
environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ];
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## distro box
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
#virtualisation.podman = {
|
||||
#enable = true;
|
||||
#dockerCompat = true;
|
||||
#};
|
||||
|
||||
users.users.gui.extraGroups = [ "docker" ];
|
||||
users.groups.docker.gid = 131;
|
||||
#virtualisation.docker = {
|
||||
#enable = true;
|
||||
#};
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
## inputs
|
||||
inputs.zen-browser.packages.${stdenv.hostPlatform.system}.default
|
||||
inputs.hayase.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
#inputs.chaotic.packages.${pkgs.stdenv.hostPlatform.system}.proton-cachyos_x86_64_v3
|
||||
|
||||
## Utilitários do sistema e dev tools
|
||||
nh
|
||||
@@ -28,7 +27,6 @@
|
||||
freerdp
|
||||
dmidecode
|
||||
i2c-tools
|
||||
#winboat
|
||||
gitFull
|
||||
kdePackages.partitionmanager
|
||||
usbutils
|
||||
@@ -38,13 +36,14 @@
|
||||
haguichi
|
||||
logmein-hamachi
|
||||
zerotierone
|
||||
file-roller
|
||||
kdePackages.ark
|
||||
loupe
|
||||
lazygit
|
||||
gnumake
|
||||
onlyoffice-desktopeditors
|
||||
adwaita-qt
|
||||
adwaita-qt6
|
||||
winboat
|
||||
|
||||
## inputs stable
|
||||
#inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
||||
plugins = with pkgs.xfce; [
|
||||
plugins = with pkgs; [
|
||||
thunar-archive-plugin
|
||||
thunar-vcs-plugin
|
||||
thunar-volman
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
./wireless.nix
|
||||
./zstd.nix
|
||||
./fish.nix
|
||||
./kernel.nix
|
||||
./udev.nix
|
||||
./patchgames.nix
|
||||
];
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
boot = {
|
||||
#kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto;
|
||||
};
|
||||
|
||||
nix.settings.substituters = [ "https://attic.xuyh0120.win/lantian" ];
|
||||
nix.settings.trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ];
|
||||
}
|
||||
@@ -1,10 +1,26 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
#services.xserver.videoDrivers = [ "nouveau" ];
|
||||
#hardware.graphics = {
|
||||
# enable = true;
|
||||
# extraPackages = with pkgs; [
|
||||
# mesa
|
||||
# ];
|
||||
#};
|
||||
|
||||
#hardware.enableRedistributableFirmware = true;
|
||||
#environment.variables = {
|
||||
# MESA_VK_DRIVER_OVERRIDE = "nvk";
|
||||
# VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/nouveau_icd.x86_64.json";
|
||||
#};
|
||||
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware = {
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
nvidia.open = false;
|
||||
nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
#nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_580;
|
||||
#nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
#nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_580;
|
||||
};
|
||||
#chaotic.mesa-git.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user