This commit is contained in:
2026-01-11 22:15:28 -03:00
parent f5602a832a
commit 8edef679ea
11 changed files with 181 additions and 241 deletions
+7 -7
View File
@@ -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;
};
}
+2 -3
View File
@@ -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}
+1 -1
View File
@@ -5,7 +5,7 @@
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
thunar-vcs-plugin
thunar-volman