Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Sep 1, 2024
2 parents 61406ec + 9461c24 commit e01cffe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions home-manager/modules/gnome/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
{ isLinux, ... }:
if isLinux then {
imports = [ ./dconf.nix ];
# workaround for https://github.com/nix-community/home-manager/issues/3447
# autostart 1Password in the background so I can use the SSH agent without manually opening the app first
Expand Down Expand Up @@ -27,4 +28,5 @@
MimeType=x-scheme-handler/sgnl;x-scheme-handler/signalcaptcha;
Categories=Network;InstantMessaging;Chat;
'';
}
} else
{ }
4 changes: 1 addition & 3 deletions hosts/pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
# use proprietary nvidia drivers
graphics.enable = true;
nvidia = {
# workaround for Steam new UI bug, change this back to `config.boot.kernelPackages.nvidiaPackages.stable` in the future.
# see: https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam_window_does_not_show_on_Nvidia_GPUs_after_the_June_14,_2023_update
# see last answer here: https://discourse.nixos.org/t/using-older-revisions-of-nvidia-drivers/28645
package = config.boot.kernelPackages.nvidiaPackages.latest;
open = false;
modesetting.enable = true;
nvidiaPersistenced = true;
};
Expand Down

0 comments on commit e01cffe

Please sign in to comment.