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 = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11cat "; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable ";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; 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 ./kitty.nix
./starship.nix ./starship.nix
./zsh.nix ./zsh.nix
#./emacs.nix ./emacs.nix
]; ];
# .. put any code here # .. put any code here
} }
+1 -1
View File
@@ -3,7 +3,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11cat "; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable ";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -4,7 +4,7 @@
./kitty.nix ./kitty.nix
./starship.nix ./starship.nix
./zsh.nix ./zsh.nix
#./emacs.nix ./emacs.nix
]; ];
# .. put any code here # .. put any code here
} }