Trying without emacs

This commit is contained in:
2026-03-14 20:48:49 +00:00
parent df01100cca
commit 45f3f6ca31
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -346,7 +346,7 @@ The Nix flake definition for Droidnix.
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11cat ";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable ";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -1616,7 +1616,7 @@ This is top file of this level which contains just an import statement for all r
./kitty.nix
./starship.nix
./zsh.nix
#./emacs.nix
./emacs.nix
];
# .. put any code here
}