chore: lint

This commit is contained in:
Leonardo Eugênio 2026-06-14 21:54:15 -03:00
parent 7d609e91f9
commit be3ef81253
8 changed files with 17 additions and 17 deletions

View file

@ -26,10 +26,10 @@
gamescope
# gamescope compatibility??
xorg.libXcursor
xorg.libXi
xorg.libXinerama
xorg.libXScrnSaver
libxcursor
libxi
libxinerama
libxscrnsaver
libpng
libpulseaudio
libvorbis

View file

@ -7,7 +7,7 @@
{
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
thunar-volman
];

View file

@ -2,7 +2,6 @@
{
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.nixfmt.package = pkgs.nixfmt-rfc-style;
settings.on-unmatched = "debug";
}

View file

@ -17,6 +17,7 @@ in
config = {
programs.firefox = {
enable = true;
configPath = ".mozilla/firefox";
package = pkgs.wrapFirefox bugfixedFirefox {
nixExtensions = [
(pkgs.fetchFirefoxAddon {

View file

@ -100,7 +100,7 @@
python3Packages.python-slugify
par
mate.engrampa
engrampa
# gnome.nautilus
## Theming
@ -134,7 +134,7 @@
rust-analyzer # rust analyzer
unstable.blade-formatter
nixfmt-rfc-style
nixfmt
nix-output-monitor
];

View file

@ -3,16 +3,16 @@
programs.ssh = {
enable = true;
enableDefaultConfig = false;
matchBlocks = {
settings = {
monolith = {
user = "lelgenio";
hostname = "monolith.lelgenio.com";
port = 9022;
User = "lelgenio";
HostName = "monolith.lelgenio.com";
Port = 9022;
};
phantom = {
user = "root";
hostname = "phantom.lelgenio.com";
port = 9022;
User = "root";
HostName = "phantom.lelgenio.com";
Port = 9022;
};
};
includes = [ "~/Wopus/.ssh.config" ];

View file

@ -1,9 +1,8 @@
{ pkgs, config, ... }:
{
programs.vscode = {
programs.vscodium = {
enable = true;
package = pkgs.vscodium;
profiles.default.extensions = with pkgs.vscode-extensions; [
jnoortheen.nix-ide
github.github-vscode-theme

View file

@ -10,6 +10,7 @@ in
userDirs = {
enable = true;
createDirectories = true;
setSessionVariables = true;
desktop = "${HOME}/Área de trabalho";
documents = "${HOME}/Documentos";