From f280e25b81563a64e374c35b41a91ed92218d8c3 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 18 Mar 2024 13:21:37 -0700 Subject: [PATCH] updates but nvidia broken --- flake.lock | 12 ++++++------ modules/plasma.nix | 1 - systems/common.nix | 4 ++-- users/jsutter.nix | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 31ff516..d173334 100755 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1707683400, - "narHash": "sha256-Zc+J3UO1Xpx+NL8UB6woPHyttEy9cXXtm+0uWwzuYDc=", + "lastModified": 1710714957, + "narHash": "sha256-eZCxuF58YWgaJMMRrn8oRkwRhxooe5kBS/s2wRVr9PA=", "owner": "nix-community", "repo": "home-manager", - "rev": "21b078306a2ab68748abf72650db313d646cf2ca", + "rev": "7b3fca5adcf6c709874a8f2e0c364fe9c58db989", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707546158, - "narHash": "sha256-nYYJTpzfPMDxI8mzhQsYjIUX+grorqjKEU9Np6Xwy/0=", + "lastModified": 1710631334, + "narHash": "sha256-rL5LSYd85kplL5othxK5lmAtjyMOBg390sGBTb3LRMM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d934204a0f8d9198e1e4515dd6fec76a139c87f0", + "rev": "c75037bbf9093a2acb617804ee46320d6d1fea5a", "type": "github" }, "original": { diff --git a/modules/plasma.nix b/modules/plasma.nix index 21275e7..869bee7 100755 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -20,7 +20,6 @@ services.pcscd.enable = true; programs.gnupg.agent = { enable = true; - pinentryFlavor = "qt"; enableSSHSupport = true; }; diff --git a/systems/common.nix b/systems/common.nix index a0a175f..956986c 100755 --- a/systems/common.nix +++ b/systems/common.nix @@ -53,8 +53,8 @@ }; system.stateVersion = "24.11"; nixpkgs.config.allowUnfree = true; - nixpkgs.config.nvidia.acceptLicense = true; - nixpkgs.config.nvidia.libsOnly = false; +# nixpkgs.config.nvidia.acceptLicense = true; +# nixpkgs.config.nvidia.libsOnly = false; # Location & internationalisation time.timeZone = "America/Los_Angeles"; diff --git a/users/jsutter.nix b/users/jsutter.nix index f966222..5591b60 100755 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -108,7 +108,7 @@ in programs.zsh = { enable = true; enableCompletion = false; # enabled in oh-my-zsh - enableAutosuggestions = true; + autosuggestion.enable = true; initExtra = '' test -f ~/.dir_colors && eval $(dircolors ~/.dir_colors) '';