chore: fix gnome issues
This commit is contained in:
parent
67191bf2d9
commit
c63221b54d
6 changed files with 32 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue