nix: bump; use zed-editor from master
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Aug 2024 22:10:57 +0300
4 files changed,
21 insertions(+),
17 deletions(-)
M
flake.lock
→
flake.lock
@@ -44,11 +44,11 @@ "nixpkgs"
] }, "locked": { - "lastModified": 1720845312, - "narHash": "sha256-yPhAsJTpyoIPQZJGC8Fw8W2lAXyhLoTn+HP20bmfkfk=", + "lastModified": 1722500642, + "narHash": "sha256-Vls0TQRdplex1JslnBxEk3M26Q1vR+OSg+sk5rBG4DA=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "5ce8503cf402cf76b203eba4b7e402bea8e44abc", + "rev": "b47af8628624856ad6853168298f1f96364d92d6", "type": "github" }, "original": {@@ -102,11 +102,11 @@ "nixpkgs"
] }, "locked": { - "lastModified": 1720734513, - "narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=", + "lastModified": 1722462338, + "narHash": "sha256-ss0G8t8RJVDewA3MyqgAlV951cWRK6EtVhVKEZ7J5LU=", "owner": "nix-community", "repo": "home-manager", - "rev": "90ae324e2c56af10f20549ab72014804a3064c7f", + "rev": "6e090576c4824b16e8759ebca3958c5b09659ee8", "type": "github" }, "original": {@@ -162,11 +162,11 @@ }
}, "nixos-hardware": { "locked": { - "lastModified": 1720737798, - "narHash": "sha256-G/OtEAts7ZUvW5lrGMXSb8HqRp2Jr9I7reBuvCOL54w=", + "lastModified": 1722332872, + "narHash": "sha256-2xLM4sc5QBfi0U/AANJAW21Bj4ZX479MHPMPkB+eKBU=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "c5013aa7ce2c7ec90acee5d965d950c8348db751", + "rev": "14c333162ba53c02853add87a0000cbd7aa230c2", "type": "github" }, "original": {@@ -177,11 +177,11 @@ }
}, "nixpkgs": { "locked": { - "lastModified": 1720542800, - "narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=", + "lastModified": 1722421184, + "narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "feb2849fdeb70028c70d73b848214b00d324a497", + "rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58", "type": "github" }, "original": {@@ -193,11 +193,11 @@ }
}, "nixpkgs-master": { "locked": { - "lastModified": 1720863214, - "narHash": "sha256-i2MaeZlmE85eZtILHzZdb0blm15xcq7ASbhHa8ILiLI=", + "lastModified": 1722529375, + "narHash": "sha256-6VqFbYgyCespG3QM6Joz7CaL9kYRl/BXpsGtLQua//g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "267ce10433ba68de208074a2faf9d31f048593f3", + "rev": "fc27807b85986bb26a8f28e590e01fae742e6b53", "type": "github" }, "original": {
M
home.nix
→
home.nix
@@ -54,9 +54,9 @@ chromium
evolution nix-your-shell pass - zed-editor newsflash wl-clipboard + zed-editor gnome3.gnome-tweaks gnome3.gnome-shell-extensions@@ -64,6 +64,7 @@ gnomeExtensions.appindicator
gnomeExtensions.dash-to-dock gnomeExtensions.unite gnomeExtensions.search-light + gnomeExtensions.hide-top-bar ] ++ (import ./bin { inherit pkgs host; });
M
hosts/wyndle/configuration.nix
→
hosts/wyndle/configuration.nix
@@ -55,6 +55,7 @@ };
nixpkgs.overlays = with self.overlays; [ prompt + customPkgs ]; environment = {@@ -113,7 +114,6 @@ font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
keyMap = "us"; }; - sound.enable = true; hardware = { bluetooth = { enable = true;