diff --git a/Droidnix/README.org b/Droidnix/README.org index 04a4f29ba..dcf6af546 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -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 } diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index cbe62673e..e59ba7e6b 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -3,7 +3,7 @@ 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"; diff --git a/Droidnix/generated/system/applications/terminal_shell/top.nix b/Droidnix/generated/system/applications/terminal_shell/top.nix index 57d090e69..a384a8ceb 100644 --- a/Droidnix/generated/system/applications/terminal_shell/top.nix +++ b/Droidnix/generated/system/applications/terminal_shell/top.nix @@ -4,7 +4,7 @@ ./kitty.nix ./starship.nix ./zsh.nix - #./emacs.nix + ./emacs.nix ]; # .. put any code here }