summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-01-01 21:04:02 -0500
committerBen Sima <ben@bsima.me>2023-01-01 21:07:38 -0500
commit947c1909a95a711fb3cfe599df1ce690119ff77a (patch)
tree305701deacd7f44a50ef5c06e3b1e35bd88d36b8
parenteeff28113f41fe33bc031fcdde4dca67b26e2ca5 (diff)
update nixpkgs
Change-Id: I130aed39e582d6e49c2c87c01a988bda7ee25db1
-rw-r--r--lib/common.nix8
-rw-r--r--nixpkgs.nix4
-rw-r--r--profiles/laptop.nix1
3 files changed, 6 insertions, 7 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 247a81e..ff7edd6 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -20,10 +20,10 @@ in {
FD_OPTIONS = "--follow --exclude .git";
BAT_PAGER = "less -R";
- FZF_DEFAULT_OPTS = "--bind='?:toggle-preview'";
- FZF_DEFAULT_COMMAND = "git ls-files --cached --others --exclude-standard | fd --type f --type l $FD_OPTIONS";
- FZF_CTRL_T_COMMAND = "fd $FD_OPTIONS";
- FZF_ALT_C_COMMAND = "fd --type d $FD_OPTIONS";
+ # FZF_DEFAULT_OPTS = "--bind='?:toggle-preview'";
+ # FZF_DEFAULT_COMMAND = "git ls-files --cached --others --exclude-standard | fd --type f --type l $FD_OPTIONS";
+ # FZF_CTRL_T_COMMAND = "fd $FD_OPTIONS";
+ # FZF_ALT_C_COMMAND = "fd --type d $FD_OPTIONS";
FORGIT_FZF_DEFAULT_OPTS = ''
--exact
--border
diff --git a/nixpkgs.nix b/nixpkgs.nix
index e39e195..7db469c 100644
--- a/nixpkgs.nix
+++ b/nixpkgs.nix
@@ -1,5 +1,5 @@
# generated with ~/bin/nixpkgs-pin
{
- url = "https://github.com/NixOS/nixpkgs/archive/16e4d460b7ecd63049d3e62aa85d038fcda264f0.tar.gz";
- sha256 = "0nzbmp2v5cch687ymfk7cd2kf5mmwc7awq3fy3aw2wavy7hbrm2s";
+ url = "https://github.com/NixOS/nixpkgs/archive/dac57a4eccf1442e8bf4030df6fcbb55883cb682.tar.gz";
+ sha256 = "025q5d9sjpamlbxyxzrisn3f6x8hnfx666favp0n59mfvh16hphb";
}
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
index 3449b42..8660cc0 100644
--- a/profiles/laptop.nix
+++ b/profiles/laptop.nix
@@ -77,7 +77,6 @@
services.picom = {
enable = true;
- experimentalBackends = true;
backend = "glx";
vSync = true;