Compare commits

..

No commits in common. "08824dddf310513e689d41c655dcf6d2280a87c3" and "0a5226d6fdd1ca9451d8771f5ecd8d000d88ec28" have entirely different histories.

4 changed files with 3 additions and 8 deletions

View file

@ -96,7 +96,6 @@
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;}; nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;};
nixpkgs = (import "${nixpkgs-patched}/flake.nix").outputs {self = inputs.self;}; nixpkgs = (import "${nixpkgs-patched}/flake.nix").outputs {self = inputs.self;};
in { in {
formatter.x86_64-linux = nixpkgs-unstable.legacyPackages.x86_64-linux.alejandra;
devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell { devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell {
name = "toast-devshell"; name = "toast-devshell";
# The agenix cli is not needed to activate a configuration, so instead of installing it # The agenix cli is not needed to activate a configuration, so instead of installing it

View file

@ -1,8 +1,4 @@
{ {pkgs, config, ...}: {
pkgs,
config,
...
}: {
home-manager.users.toast = { home-manager.users.toast = {
programs.helix = { programs.helix = {
enable = true; enable = true;