chore: fix gnome issues

This commit is contained in:
Thiago Sposito 2025-11-26 08:00:21 -03:00
parent 67191bf2d9
commit c63221b54d
Signed by: thiago
GPG key ID: 3065EA73A976D430
6 changed files with 32 additions and 28 deletions

36
flake.lock generated
View file

@ -8,11 +8,11 @@
]
},
"locked": {
"lastModified": 1759362264,
"narHash": "sha256-wfG0S7pltlYyZTM+qqlhJ7GMw2fTF4mLKCIVhLii/4M=",
"lastModified": 1763759067,
"narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "758cf7296bee11f1706a574c77d072b8a7baa881",
"rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
"type": "github"
},
"original": {
@ -46,11 +46,11 @@
]
},
"locked": {
"lastModified": 1759853171,
"narHash": "sha256-uqbhyXtqMbYIiMqVqUhNdSuh9AEEkiasoK3mIPIVRhk=",
"lastModified": 1764075860,
"narHash": "sha256-KYEIHCBBw+/lwKsJNRNoUxBB4ZY2LK0G0T8f+0i65q0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1a09eb84fa9e33748432a5253102d01251f72d6d",
"rev": "295d90e22d557ccc3049dc92460b82f372cd3892",
"type": "github"
},
"original": {
@ -110,11 +110,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1759831965,
"narHash": "sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH+47XEBo=",
"lastModified": 1763966396,
"narHash": "sha256-6eeL1YPcY1MV3DDStIDIdy/zZCDKgHdkCmsrLJFiZf0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c9b6fb798541223bbb396d287d16f43520250518",
"rev": "5ae3b07d8d6527c42f17c876e404993199144b6a",
"type": "github"
},
"original": {
@ -134,11 +134,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1759927289,
"narHash": "sha256-EWdwR9l+JG466rPuNmjjzDPvQAuh37lmhgWa2xeaMdk=",
"lastModified": 1764065466,
"narHash": "sha256-tH0yk53OPuT+D/Vlb6IXtZYJ9zb/TfHcTIm7P3eWRNA=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "57006a3ace4a3c889ab61b70fd5d8b197de8314e",
"rev": "b67ff4d1b29b590ab6865bc9eac785c28006f228",
"type": "github"
},
"original": {
@ -157,11 +157,11 @@
]
},
"locked": {
"lastModified": 1758662783,
"narHash": "sha256-igrxT+/MnmcftPOHEb+XDwAMq3Xg1Xy7kVYQaHhPlAg=",
"lastModified": 1761730856,
"narHash": "sha256-t1i5p/vSWwueZSC0Z2BImxx3BjoUDNKyC2mk24krcMY=",
"owner": "NuschtOS",
"repo": "search",
"rev": "7d4c0fc4ffe3bd64e5630417162e9e04e64b27a4",
"rev": "e29de6db0cb3182e9aee75a3b1fd1919d995d85b",
"type": "github"
},
"original": {
@ -199,11 +199,11 @@
]
},
"locked": {
"lastModified": 1760393368,
"narHash": "sha256-8mN3kqyqa2PKY0wwZ2UmMEYMcxvNTwLaOrrDsw6Qi4E=",
"lastModified": 1764021963,
"narHash": "sha256-1m84V2ROwNEbqeS9t37/mkry23GBhfMt8qb6aHHmjuc=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "ab8d56e85b8be14cff9d93735951e30c3e86a437",
"rev": "c482a1c1bbe030be6688ed7dc84f7213f304f1ec",
"type": "github"
},
"original": {

View file

@ -5,7 +5,7 @@
dconf.settings = {
"org/gnome/shell" = {
disable-user-extensions = false;
disable-user-extensions = true;
favorite-apps = [
"org.gnome.Settings.desktop"
"org.gnome.Nautilus.desktop"

View file

@ -37,14 +37,14 @@
inkscape
keymapp
lazygit
libinput
# libinput
nerd-fonts.fira-code
nil
nitrokey-app2
nixd
nixpkgs-fmt
nixfmt-rfc-style
nodejs_20
# nodejs_20
nordic
obsidian
pinentry-curses
@ -61,13 +61,15 @@
];
sessionVariables = {
DBUS_SESSION_BUS_ADDRESS = "unix:path=${config.home.homeDirectory}/.dbus-session-bus";
# DBUS_SESSION_BUS_ADDRESS = "unix:path=${config.home.homeDirectory}/.dbus-session-bus";
};
username = "thiago";
};
programs = {
git = {
enable = true;
settings = {
aliases = {
br = "branch";
ca = "commit --amend";
@ -77,7 +79,6 @@
lg = "log --oneline --graph --decorate --all";
st = "status";
};
enable = true;
extraConfig = {
color.ui = "auto";
core = {
@ -92,8 +93,10 @@
key = "EC7C84664FF515B63AD510B63065EA73A976D430";
signByDefault = false;
};
userEmail = "th.spo@pm.me";
userName = "Thiago Sposito";
user = {
email = "th.spo@pm.me";
name = "Thiago Sposito";
};};
};
gpg = {
@ -137,7 +140,7 @@
pinentry.package = pkgs.pinentry-curses;
};
systemd.user.startServices = "sd-switch";
#systemd.user.startServices = "sd-switch";
home.stateVersion = "25.11";
# sops configuration

View file

@ -23,5 +23,6 @@
steam
steam-run
code-cursor
mindustry
];
}

View file

@ -54,7 +54,7 @@
pciutils
pcsc-safenet
pcsclite
pcsctools
pcsc-tools
pkcs11helper
podman-compose
rclone

View file

@ -45,8 +45,8 @@
environment.systemPackages = with pkgs; [
cudaPackages.cuda_nvcc
cudaPackages.cudatoolkit
glxinfo
libepoxy
mesa-demos
libglvnd
nvidia-container-toolkit
vulkan-tools